2015-08-31 06:49:22 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Hawk</title>
|
2015-10-03 16:34:45 +00:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1"/>
|
|
|
|
<meta name="theme-color" content="#39393A"/>
|
|
|
|
<link rel='stylesheet' href='style.css'/>
|
2015-08-31 06:49:22 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-09-03 10:32:46 +00:00
|
|
|
|
2015-08-31 06:49:22 +00:00
|
|
|
<div id='wrapper'></div>
|
|
|
|
|
2015-09-13 15:37:29 +00:00
|
|
|
<script src='polyfill.js'></script>
|
2015-08-31 06:49:22 +00:00
|
|
|
<script src='main.js'></script>
|
|
|
|
</body>
|
|
|
|
</html>
|