From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- .../index.html" | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 "files/uk/\320\277\321\226\321\201\320\276\321\207\320\275\320\270\321\206\321\217/index.html" (limited to 'files/uk/пісочниця/index.html') diff --git "a/files/uk/\320\277\321\226\321\201\320\276\321\207\320\275\320\270\321\206\321\217/index.html" "b/files/uk/\320\277\321\226\321\201\320\276\321\207\320\275\320\270\321\206\321\217/index.html" new file mode 100644 index 0000000000..4b17281a06 --- /dev/null +++ "b/files/uk/\320\277\321\226\321\201\320\276\321\207\320\275\320\270\321\206\321\217/index.html" @@ -0,0 +1,32 @@ +--- +title: Пісочниця +slug: Пісочниця +tags: + - Пісочниця +translation_of: Sandbox +--- +

Ця сторінка призначена для різного штибу дослідів та перевірок — саме тут слід бавитися з шаблонами чи стилями, яких ви раніше не використовували. Сюди можна пхати все, що заманеться. Розважайтеся!

+ +

Зразки коду

+ +

My Alert

+ +

HTML

+ +
<p id='test_code'>
+  Test Sample Code
+</p>
+ +

CSS

+ +
#test_code {
+  background-color: blue;
+}
+ +

JavaScript

+ +
console.log("HI !!");
+ +

Вислідок

+ +

{{EmbedLiveSample('My_Alert')}}

-- cgit v1.2.3-54-g00ecf