-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
35 lines (20 loc) · 792 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
28
29
30
31
32
33
34
35
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="edit-Type" edit="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<script type="text/javascript" src="build/main.built.js"></script>
</head>
<body>
<!-- ko component: 'Header' --><!-- /ko -->
<aside class="sidebar">
<!-- ko component: { name: 'WarriorsList', params: { appModel: appModel } } --><!-- /ko -->
<!-- ko component: { name: 'Leaderboard', params: { appModel: appModel } } --><!-- /ko -->
</aside>
<div class="main">
<!-- ko component: { name: 'Matchup', params: { appModel: appModel } } --><!-- /ko -->
</div>
</body>
</html>