-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathStats.html
38 lines (37 loc) · 1.37 KB
/
Stats.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="canvasjs.min.js"></script>
<script src="jquery.min.js"></script>
<script charset="utf-8" src="https://www.google.com/jsapi"></script>
<link rel="stylesheet" href="extension.css">
<style>#chartContainer{
height:250px;
width:100%;
}
</style>
</head>
<body>
<div class = "row">
<div class = "col" id = "title">
BrainPWR!
</div>
<div>
<nav class = "col" id = "menubutton">
<a href="hover.html">
<img src = "Achievements.png" id = "menu" height = "30px">
</a>
</nav>
</div>
</div>
<div class="row">
<div class="span12 graph" id="chartContainer"></div>
<script src='Chart.js'></script>
</div>
<footer>footer</footer>
</body>
</html>