-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 988 Bytes
/
index.html
File metadata and controls
36 lines (36 loc) · 988 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>创奇迹 | CreateMiracle</title>
</head>
<style type="text/css">
@font-face{
font-family: "unifont";
src: url("https://createmiracle3330.top/fonts/unifont-13.0.01.ttf");
}
body{
font-family: "unifont";
background-image: url('../images/CreateMiracle.png');
background-repeat: no-repeat;
background-position: 50% -20%;
}
a{
text-decoration-line: none;
}
.simpletext{
margin-left: 10%;
}
#caption{
color: black;
}
#title{
color: skyblue;
}
</style>
<body>
<h1><a style = "color:skyblue ;text-decoration-line: none;margin-top: 20%; " id = title class = simpletext href="https://www.CreateMiracle3330.top"># 欢迎来到创奇迹!</a></h1>
<h1 id = caption class = simpletext style="color:skyblue">创奇迹——Create a World,Create a Miracle!</h1>
</body>
</html>