-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 874 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 -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!-- title -->
<title>South Park Characters</title>
<!-- font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i" rel="stylesheet">
<!-- icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- favicon -->
<link rel="icon" href="./assets/img/favicon.png" >
<!-- style -->
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<!-- component root -->
<div data-app="users-list">
<!-- dynamically populated -->
</div>
<!-- scripts -->
<script src="./dist/ammo.js"></script>
<script src="./assets/js/app.js"></script>
</body>
</html>