File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
6
< meta
7
7
name ="description "
8
- content ="kdl is a document language, mostly based on SDLang, with xml-like semantics that looks like you're invoking a bunch of CLI commands ! "
8
+ content ="This is the KDL playground: try out KDL documents and see the resulting structure ! "
9
9
/>
10
10
< title > {{ title }}</ title >
11
11
12
- < link rel ="stylesheet " href ="/styles/play.css ">
13
- < link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png ">
14
- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png ">
15
- < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png ">
16
- < link rel ="manifest " href ="/site.webmanifest ">
17
- < meta name ="msapplication-TileColor " content ="#da532c ">
18
- < meta name ="theme-color " content ="#ffffff ">
12
+ < link rel ="stylesheet " href ="/styles/play.css " / >
13
+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png " / >
14
+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png " / >
15
+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png " / >
16
+ < link rel ="manifest " href ="/site.webmanifest " / >
17
+ < meta name ="msapplication-TileColor " content ="#da532c " / >
18
+ < meta name ="theme-color " content ="#ffffff " / >
19
19
< script type ="module " src ="play.js "> </ script >
20
20
</ head >
21
21
< body >
You can’t perform that action at this time.
0 commit comments