-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.24 KB
/
Copy pathindex.html
File metadata and controls
41 lines (41 loc) · 1.24 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
38
39
40
41
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css">
* {
margin: 0px;
transition-duration: 0.5s;
font-family: "Microsoft YaHei";
}
a {
text-decoration: none;
}
.top-cover {
width: 50%;
height: 50%;
float: left;
background-color: #DDDDDD;
font-size: 5em;
text-align: center;
color: #DDDDDD;
vertical-align: middle;
line-height: 5em;
cursor: pointer;
}
.top-cover:hover {
background-color: #FFFFFF;
color: #123456;
}
#right-up {
line-height: 1em;
}
</style>
</head>
<body>
<script>window.location.replace('./index_ver2.html')</script>
<a href="" href="" onclick="window.open('./index_ver2.html'); return false;"><div id="right-up" class="top-cover">sequences<br/>repeat<br/>counter</div></a>
<a href="" onclick="window.open('./translation.pdf'); return false;"><div id="left-up" class="top-cover">translations</div></a>
<a href="" onclick="window.open('./questions.pdf'); return false;"><div id="right-down" class="top-cover">questions</div></a>
<a href="" onclick="window.open('https://github.com/fifth'); return false;"><div id="left-down" class="top-cover">about me</div></a>
</body>
</html>