-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathstart.html
More file actions
27 lines (22 loc) · 542 Bytes
/
start.html
File metadata and controls
27 lines (22 loc) · 542 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
<!DOCTYPE html>
<html lang="TODO">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TODO</title>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="canonical" href="TODO">
<link rel="stylesheet" href="base.css">
<style>
/* Put the stuff you want here, or use a <link> tag. */
</style>
</head>
<body>
<nav class="center">
</nav>
<article class="page">
</article>
<footer class="center">
</footer>
</body>
</html>