forked from hayeah/sikeio-buyshoes-startkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (23 loc) · 876 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
25
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Forces IE to follow modern standards -->
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<!-- Disable zooming on mobile. Useful for responsive design. -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="node_modules/perfect-scrollbar/dist/css/perfect-scrollbar.css">
<script type="text/javascript" src="node_modules/perfect-scrollbar/dist/js/perfect-scrollbar.js">
</script>
<script type="text/javascript" src="js/app.js"></script>
<!-- <link rel="apple-touch-icon" href="apple-touch-icon.png"> -->
<link rel="stylesheet" type="text/css" href="bundle/app.css">
</head>
<body>
<h1>
Buy Some Shoes!
</h1>
</body>
</html>