-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 897 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
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>Visuala- The home of Visualizations</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5976156064907771",
enable_page_level_ads: true
});
</script>
</head>
<body style="background-color: black; color: white;">
<h1 >
See The graphs </h1>
<br>
<hr>
<a href="calendar/calendar.html">Calendar Heatmap</a>
<br>
<br>
<a href="calendar/calendar2.html">A better Calendar Heatmap</a>
<br>
<br>
<a href="line/line.html">Line Plot</a>
<br>
<br>
<a href="sunburst/sunburst.html"> Sunburst</a>
<br>
<br>
<a href="parallel-coordinates/upload/upload.html"> Parameter Graph</a>
<br>
<br>
<a href="table_chart/chart_table.html"> Tabular Graph</a>
<br>
<br>
</body>
</html>