File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < title > Unstyled example</ title >
7
+ < link rel ="stylesheet " href ="../styles.css ">
8
+
9
+
10
+ < style class ="editable ">
11
+ /* Create your test CSS here */
12
+
13
+ p {
14
+ color : red;
15
+ }
16
+ </ style >
17
+ </ head >
18
+
19
+ < body >
20
+ < section class ="preview ">
21
+ < p > Create your test HTML here</ p >
22
+ </ section >
23
+
24
+ < textarea class ="playable playable-css " style ="height: 160px; ">
25
+ /* Create your test CSS here */
26
+
27
+ p {
28
+ color: red;
29
+ }
30
+ </ textarea >
31
+
32
+ < textarea class ="playable playable-html " style ="height: 160px; ">
33
+ < p > Create your test HTML here</ p >
34
+ </ textarea >
35
+
36
+ < div class ="playable-buttons ">
37
+ < input id ="reset " type ="button " value ="Reset ">
38
+ </ div >
39
+ </ body >
40
+ < script src ="../playable.js "> </ script >
41
+
42
+ </ html >
You can’t perform that action at this time.
0 commit comments