forked from NTlegend/stud_app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (20 loc) · 840 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (20 loc) · 840 Bytes
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>XLO Ads Board</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="static/styles/materialize.min.css" type="text/css">
<link rel="stylesheet" href="static/styles/layout.css" type="text/css">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="static/scripts/materialize.min.js"></script>
<script src="static/scripts/layout.js"></script>
</body>
</html>