-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsandbox.html
More file actions
41 lines (21 loc) · 701 Bytes
/
sandbox.html
File metadata and controls
41 lines (21 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html class="no-js" lang="de">
<head>
<meta charset="utf-8">
<meta name="description" content="">
{app:{site-icons:{windows-tile-icon}}}
<meta name="viewport" content="width=device-width">
<title>foo</title>
{app:{site-icons}}
<link rel="stylesheet" href="assets/css/foo.css">
<script src="assets/js/libs/modernizr.js"></script>
</head>
<body>
<header class="header"></header>
<main class="main">
<h1 class="heading style1">foo</h1>
</main> <!-- wrapper -->
<footer class="footer"></footer>
<script data-main="assets/js/foo" src="assets/js/libs/require.js"></script>
</body>
</html>