-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (42 loc) · 905 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
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Vidual</title>
<style type="text/css">
body {
margin-top: 10px;
padding: 5px;
}
h2 {
font: bold 18px/1.1 "Verdana", sans-serif;
}
#content {
font: 12px/1.1 "Verdana", sans-serif;
}
#content a {
color: #000099;
text-decoration: none;
}
#content a:hover {
color: #990066;
}
li {
line-height: 20px;
}
</style>
</head>
<body>
<h2>Vidual</h2>
<div id="content">
<p><b>Ideas:</b></p>
<ul>
<li><a href="mockups/ideas/global_isopleth.html" target="top">global_isopleth.html</a></li>
<li><a href="mockups/ideas/global_isopleth2.html" target="top">global_isopleth2.html</a></li>
<li><a href="mockups/ideas/global_isopleth3.html" target="top">global_isopleth3.html</a></li>
</ul>
<p><b>Mockups:</b></p>
<ul>
<li><a href="mockups/A/index.html" target="top">-A-</a></li>
</ul>
</div>
</body>