-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (82 loc) · 1.67 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>qbjl</title>
</head>
<body>
<style type="text/css">
@font-face {
font-family: "Minecraft";
src: url(./Minecraft.otf);
font-weight: 400;
}
@font-face {
font-family: "Minecraft";
src: url(./Minecraft-Bold.otf);
font-weight: 700;
}
* {
margin: 0;
padding: 0;
user-select: none;
}
*>p {
margin: 11px 0 22px;
overflow: hidden
}
html, code {
font: 15px/22px "Minecraft", sans-serif;
}
html {
background:#fff;color:#222;padding:15px
}
h1 {
font-weight: bold;
font-size: 30px;
line-height: 44px;
}
body {
margin: 7% auto 0;
max-width: 390px;
min-height: 180px;
padding: 30px 0 15px
}
img {
border-radius: 6px;
pointer-events: none;
image-rendering: pixelated;
}
.main {
color: #777;
}
a {
display: flex;
gap: 5px;
}
a img {
width: 1.5em;
}
.links {
display: flex;
justify-content: space-between;
}
a:visited {color: #FFAA00}
@media (prefers-color-scheme:dark){html{background-color:#131418;color:#dfdfdf}a{color:#fff}a:visited{color:#FFFF55}.main{color:#999}}
</style>
<h1>qbjl.github.io</h1>
<div class="main">
<div style="width: auto;">
> burning spine<br>
> look inside<br>
> not burning and not a spine<br>
</div><br>
<img style="min-width: 100%;" src="wires.png"><br><br>
<div class="links">
<a href="https://github.com/qbjl"><img src="github.svg" alt="github">/qbjl</a>
<a href="https://bignutty.gitlab.io/"><img src="bignutty.ico" alt="big nutty">metaverse</a>
</div>
</div>
</body>
</html>