forked from baptistebriel/biggie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 796 Bytes
/
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1, minimal-ui, shrink-to-fit=no">
<title>biggie</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="favicon.ico" rel="shortcut icon">
<link rel="stylesheet" href="/build/app.min.css">
</head>
<body>
<main></main>
<footer>
<p>Made w/ <a href="https://github.com/bigwheel-framework/bigwheel" target="_blank">Bigwheel</a>. Checkout on <a href="https://github.com/BaptisteBriel/biggie" target="_blank">Github</a>.</p>
</footer>
<script src="/build/app.js"></script>
</body>
</html>