Skip to content

Commit f50dfc6

Browse files
committed
fix: format demo html
1 parent d23209b commit f50dfc6

File tree

1 file changed

+30
-26
lines changed

1 file changed

+30
-26
lines changed

demo/iframe.html

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
4-
<head>
5-
<meta charset="utf-8">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<meta name="description" content="Utility first css framework, design faster and improve on your css by using native inline styles as classes. No learning curve, use what you already know" />
9-
<meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
10-
<meta name="robots" content="index,follow" />
11-
12-
<title>Attributes | CoCreateJS</title>
13-
14-
<!-- CoCreate Favicon -->
15-
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
16-
<link rel="manifest" href="/manifest.webmanifest" />
17-
</head>
18-
19-
<body>
20-
21-
<h1 class="rrr" id="new">canvas;#new</h1>
22-
<h1 class="rrr">canvas;</h1>
23-
24-
<!--<script src="https://cdn.cocreate.app/attributes/latest/CoCreate-attributes.min.js"></script>-->
25-
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
26-
27-
</body>
28-
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<meta
8+
name="description"
9+
content="Utility first css framework, design faster and improve on your css by using native inline styles as classes. No learning curve, use what you already know" />
10+
<meta
11+
name="keywords"
12+
content="helper classes, utility classes, css framework, css library, inline style classes" />
13+
<meta name="robots" content="index,follow" />
14+
15+
<title>Attributes | CoCreateJS</title>
16+
17+
<!-- CoCreate Favicon -->
18+
<link
19+
rel="icon"
20+
href="https://cdn.cocreate.app/favicon.ico"
21+
type="image/ico"
22+
sizes="16x16" />
23+
<link rel="manifest" href="/manifest.webmanifest" />
24+
</head>
25+
26+
<body>
27+
<h1 class="rrr" id="new">canvas;#new</h1>
28+
<h1 class="rrr">canvas;</h1>
29+
30+
<!--<script src="https://cdn.cocreate.app/attributes/latest/CoCreate-attributes.min.js"></script>-->
31+
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
32+
</body>
2933
</html>

0 commit comments

Comments
 (0)