-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqq.html
48 lines (44 loc) · 1.05 KB
/
qq.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
<!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 | 官皮qq </title>
<style type="text/css">
h1.name{
margin-top: 20px;
letter-spacing: 10px;
padding-left: 10px;
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: 20px;
}
</style>
</head>
<body style="background:url('https://api.3ewl.cc/acg/img.php')">
<section style="opacity:0.8;">
<img class="head" src="img/index/head.jpeg"> </img>
<h1 class="name"> 24OI官皮qq </h1>
<h1 class="sentence"> - 2408517385 - </h1>
<a class="button" href="index.html">
<h2 style="padding: 5px 20px; display:inline;">
back
</h2>
</a>
<br />
<a href="about.html">
<h2 class="aboutlink">
. . . . . . . . . . . .
</h2>
</a>
</section>
</body>
</html>