-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (21 loc) · 859 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base ref="/" />
<title>Student Information Resource</title>
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico" />
<!-- css -->
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/font-awesome.min.css">
<link rel="stylesheet" href="/static/css/AdminLTE.min.css">
<link rel="stylesheet" href="/static/css/skin-blue.min.css">
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="/static/js/plugins/jQuery/jQuery-2.2.0.min.js"></script>
<script src="/static/js/plugins/bootstrap/bootstrap.min.js"></script>
<script src="/static/js/plugins/AdminLTE/app.min.js"></script>
</body>
</html>