-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 946 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Eugeo Loves⋯.</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=KoHo&display=swap" rel="stylesheet">
<link rel="canonical" href="https://eugeo.love/">
<meta name="viewport" content="width=device-width">
<meta name="author" content="item4">
<meta name="referrer" content="always">
<style>
body {
background: #eee;
bottom: 0;
color: #555;
display: flex;
font-family: 'KoHo', sans-serif;
left: 0;
position: absolute;
right: 0;
top: 0;
}
p {
font-size: 2.5rem;
margin: auto;
}
a {
font-size: 3rem;
font-weight: bold;
text-decoration: none;
}
a[href="https://kirito.love/"] {
color: #000;
}
a[href="https://eugeo.love/"] {
color: #396b8f;
}
</style>
</head>
<body>
<p><a href="https://eugeo.love/">Eugeo</a> loves <a href="https://kirito.love/">Kirito</a>.</p>
</body>
</html>