-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 872 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
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>#RUN #YEAR #STATS</title>
<script type="text/javascript" src="vendors~app.js"></script>
</head>
<body>
<div id="body">
<h1>#RUN #YEAR #STATS </h1>
<div id="chart">
<svg id="rayChart"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" >
</svg>
<div id="legend">
<div id="date">17 Nov 2013</div>
<div id="distance">21.1 km</div>
<div id="pace">4.67 min/km</div>
</div>
</div>
</div>
<div id="footer">
Run & design by <a href="behance.net/vslnko">Valera Vasylenko</a></br>
Visualization by <a href="/">Daviste.com</a>
</div>
<script type="text/javascript" src="app.js"></script>
</body></html>