-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
25 lines (25 loc) · 1.19 KB
/
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
<!doctype html>
<html lang="en">
<head>
<title>EVHACKS III</title>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js"></script>
<script src="bundle.js"></script>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> -->
<script src="https://storage.googleapis.com/code.getmdl.io/1.0.4/material.min.js"></script>
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="shortcut icon" href="assets/Favicon2018.png" />
<base href="/">
</head>
<body ng-app="app" ng-controller="AppController as app">
<div ng-viewport="nav"></div>
<div ng-viewport="header"></div>
<div ng-viewport="main"></div>
<br>
<br>
<div ng-viewport="footer"></div>
<small class="kevin"><a href="https://github.com/xorkevin" target="_blank">xorkevin</a></small> <small class="kevin"><a href="https://github.com/evhssnhs" target="_blank">evhssnhs</a></small> <small class="kevin">Updated by <a href="https://github.com/davisgu2012" target="_blank">Davis Gu</a></small>
</body>
</html>