-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.07 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.07 KB
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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Animated Logo</title>
<style>
body {
font-family: Lato, sans-serif;
}
.toc img, .title img {
vertical-align: middle;
height:40px;
width:40px;
padding-right:10px;
}
.toc li {
list-style-type: none;
display: block;
height: 40px;
line-height: 40px;
}
.toc a {
text-decoration:none
}
</style>
</head>
<body>
<div class="title">Animated Logo Demos</div>
<ul class="toc">
<!--<li><a href="demo/demo_1/">Simple S</a></li>-->
<li><a href="demo/demo_2/">S</a></li>
<li><a href="demo/demo_3/">MATH SCIENCE</a></li>
<li><a href="demo/demo_4/">MATH SCIENCE plus key triggers</a></li>
<li><a href="demo/demo_5/">CGMM</a></li>
</ul>
</body>
</html>