-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
54 lines (50 loc) · 1.35 KB
/
about.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
<!DOCTYPE HTML>
<html lang="zh">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="main.css" />
<script type="text/javascript" src="ball.js"> </script>
<title> 24OI | About </title>
<style type="text/css">
h1.name{
margin-top: 20px;
letter-spacing: 15px;
padding-left: 15px;
font-size: 30px;
margin-bottom: 0px;
}
h1.sentence{
margin-top: 10px;
margin-bottom: 10px;
font-size: 20px;
letter-spacing: 5px;
padding-left: 5px;
padding-bottom: 0px;
}
</style>
</head>
<body style="background:url('https://api.3ewl.cc/acg/img.php')">
<section class="title" style="margin-top:5%; opacity:0.8;">
<img class="head" src="img/index/head.jpeg"> </img>
<h1 class="name"> 24OI </h1>
<h1 class="sentence"> - chmod -R 777 / - </h1>
<h1 class="sentence" style:"margin-bottom:10px">
- 24人的智慧 - <br />
- 原汁原味的代码 - <br />
<a href="https://github.com/24OI/24oi.github.io"> - github页面 - </a> <br />
- 欢迎吐槽 -
</h1>
<a class="button" href="index.html">
<h2 style="padding: 5px 20px; display:inline;">
back
</h2>
</a>
<br />
<a href="http://interestingLSY.coding.me/MyBlog">
<h1 class="sentence" style="font-size:12px">
Designed By InterestingLSY.
</h1>
</a>
</section>
</body>
</html>