You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
408 B
14 lines
408 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<script src="https://momentjs.com/downloads/moment.min.js" charset="utf-8"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.3.0/Chart.min.js" charset="utf-8"></script>
|
|
<script src="app.js" charset="utf-8"></script>
|
|
</head>
|
|
<body>
|
|
<canvas id="runs" width="300" height="300"></canvas>
|
|
</body>
|
|
</html>
|