-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (47 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>大家 Genealogy</title>
<link rel="icon" type="image/svg+xml" href="/genealogy.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#78a22e">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-config" content="/images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+HK&family=Open+Sans&display=swap" rel="stylesheet">
<style>
body{margin: 0;}
header{min-height: 100vh;display: flex; justify-content: center;}
h2{font-family: 'Noto Sans HK', sans-serif;font-weight: 400;font-size: 2.5em;color: #496f22;display:flex;align-items: center;margin:15px;}
h2>span{display:flex;flex-direction:column;}
h2 b{font-weight: 400;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;}
h2 i{font-style: normal;font-size: 0.5em;color: #483318;font-family: 'Open Sans', sans-serif;}
footer {font-family: 'Noto Sans HK', sans-serif; padding: 15px 30px;border-radius: 5px;color:#666;text-align: center;font-size: 0.8em;}
footer a {text-decoration: none; background-image: linear-gradient(135deg,#99cc33 10%, #3399cc 60%);
background-size: 120% 320%;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
</style>
</head>
<body>
<header>
<h2>
<embed src="genealogy.svg" width="96" />
<span>
<b>大家</b>
<i>Genealogy</i>
</span>
</h2>
</header>
<footer>
Copyright © 2022 <a href="https://riv.company" target="_blank">Archland Labs</a>, All Right Reserved
</footer>
</body>
</html>