-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_empty.html.test
43 lines (41 loc) · 958 Bytes
/
index_empty.html.test
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
<!DOCTYPE HTML>
<html>
<head><meta charset="utf-8" /></head>
<script src="https://cdn.plot.ly/plotly-2.8.3.min.js"></script>
<style>
body {
background: rgb(15, 15, 15);
display: block;
padding: 2em;
}
#plots {
display: block;
margin-top: 10em;
margin: 0 auto;
width: 80%;
}
#plots > * {
display: block;
padding-top: 10em;
display: table;
margin: 0 auto;
}
a {
font-family: "Lucida Console", "Courier New", monospace;
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 30;
line-height: 26.4px;
/*background-color: black;*/
color: rgb(120, 120, 120);
text-decoration: none;
padding: 0.5em;
}
</style>
<body>
<div id="plots">
<div>
<a href=https://github.com/Hawzen/Course-Ranking/blob/master/research/course_ranking.pdf>Document</a> ||||||||||
<a href=https://github.com/Hawzen/Course-Ranking>Code</a>
</div>