-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
22 lines (19 loc) · 884 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/zeroq.css">
<link rel="stylesheet" type="text/css" href="css/utils.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link href='https://fonts.googleapis.com/css?family=Hind:400,300,500,600,700' rel='stylesheet' type='text/css'>
<script src="https://use.fontawesome.com/6eccb8ee8f.js"></script>
<title>Zero Q</title>
</head>
<body>
<div id="app">
</div>
<script type="text/javascript" src="js/bundle.js"></script>
</body>
</html>