-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (66 loc) · 1.4 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>0x2a's Homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
margin: 0;
padding: 0;
}
body {
background-color: #26344E;
}
#main {
font-size: 16px;
color: #EBB723;
margin-top: 150px;
padding: 10px;
text-align: center;
line-height: 20px;
}
</style>
</head>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
body {
background-color: #26344E;
background-color: ;
font-size: 13px;
font-family: COURIER,arial,sans-serif;
}
h3 {
width: 100%;
overflow: hidden;
height: 60px;
}
#main {
text-align: center;
}
a {
color: #30B0AA;
display: inline-block;
}
a.small {
padding-top: 10px;
color: #8C2727;
font-size: 12px;
font-family: arial,sans-serif;
}
</style>
<body>
<div id="main">
<h3 id="head"> ... </h3> <br/>
<a href="https://github.com/Steve0x2a">Github</a> |
<a href="https://0x2a.in/blog">Blog</a> |
<a href="https://t.me/Steve0x2a">Telegram</a> |
<a href="mailto:stevesough@gmail.com">Email</a> <br />
</div>
</body>
<script type="text/javascript">window.onerror = function (e) { alert(e); }</script>
<script src="./index.js"></script>
</html>