2015-08-31 06:49:22 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Hawk</title>
|
2015-09-06 11:23:48 +00:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
|
2015-09-03 10:32:46 +00:00
|
|
|
|
|
|
|
<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>
|