This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (73 loc) · 1.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta
name='author'
content='mx' />
<meta
name='viewport'
content='width=device-width,initial-scale=1' />
<meta
name='description'
content='Metastats' />
<title>METASTATS</title>
<link
type='text/css'
href='css/base.css'
rel='stylesheet' />
<script
type='text/javascript'
src='lib/jquery-2.1.1.min.js'>
</script>
<script
type='text/javascript'
src='lib/jit-yc.js'>
</script>
<script
type='text/javascript'
src='lib/mkstats.js'>
</script>
<script
type='text/javascript'
src='lib/draw.js'>
</script>
</head>
<body>
<a
href='https://github.com/metastats'
target='_blank'>
<img
style='position: absolute; top: 0; right: 0; border: 0;'
src='css/forkme.png'
alt='Fork me on GitHub' />
</a>
<div id='top'>
<h1>METASTATS</h1>
</div>
<div id='menu'></div>
<div id='description'></div>
<div id='options'></div>
<div id='container'>
<div id='left-container'>
<h2>Legend</h2>
<div id='legend'></div>
</div>
<div id='center-container'>
<div id='infovis'></div>
</div>
<div style='clear:both;'></div>
</div>
<div id='button'>
<!--<a
href='https://flattr.com/submit/auto?user_id=mxx&url=https%3A%2F%2Fmetastats.github.io&title=Metastats'
target='_blank'>
<img
src='https://api.flattr.com/button/flattr-badge-large.png'
alt='Flattr this'
title='Flattr this'
border='0' />
</a>-->
</div>
</body>
</html>