-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (32 loc) · 1.43 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mies Boilerplate</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="A project boilerplate for the web">
<meta name="keywords" content="mies, project, web, boilerplate">
<link rel="canonical" href="https://github.com/sammorrisdesign/mies-boilerplate">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" href="assets/images/apple-touch-icon-precomposed.png" />
<link rel="shortcut icon" href="assets/images/favicon.png" />
<!-- Styles -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<h1 class="title">Mies Boilerplate</h1>
<h2 class="tagline">A project boilerplate for the web</h2>
</header>
<main>
<p>This is where the content will go</p>
</main>
<footer>
<a href="https://github.com/sammorrisdesign/mies-boilerplate">Mies</a> is a project boilerplate by <a target="_blank" href="http://www.sammorr.is">Sam Morris</a>. Say thanks <a target="_blank" href="http://www.twitter.com/sammorrisdesign">@SamMorrisDesign</a>
</footer>
<!-- Javascript -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>