2015-03-14 22:30:00 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
2015-03-14 23:01:51 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
|
|
|
<title>Keyrune | Andrew Gioia</title>
|
2015-03-14 23:15:47 +00:00
|
|
|
<link rel="stylesheet" href="bower_components/keyrune/css/keyrune.css" />
|
2015-03-14 23:01:51 +00:00
|
|
|
<link rel="stylesheet" href="css/main.css" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
Header
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<section>
|
2015-03-14 23:15:47 +00:00
|
|
|
<p>Main body</p>
|
|
|
|
<p>Tempest: <i class="ss ss-tmp"></i></p>
|
2015-03-14 23:01:51 +00:00
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
Footer
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|