-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (30 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
<script src="resources/mainscript.js"></script>
<link rel="stylesheet" href="resources/magnific-popup.css">
<link rel="stylesheet" href="resources/styles.css">
<title>Sikh History Timeline</title>
<meta name="description" content="Sikh History Timeline">
<link href="resources/sword.png" rel="shortcut icon">
<meta name="robots" content="noindex" />
<meta property="og:title" content="Sikh History Timeline">
<meta property="og:image" content="https://github.manjotsingh.xyz/Sikh-History-Timeline/resources/sword.png">
<meta property="og:description" content="Sikh History Timeline">
</head>
<body>
<table style="width:100%">
<tr id="legend">
</table>
<div class="chart-wrapper">
<ul class="chart-values" id="chart-values">
</ul>
<ul class="chart-bars" id="chart-bars">
</ul>
</div>
<script src="resources/magnific-popup.js"></script>
</body>
</html>