-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (43 loc) · 2.33 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" /><title>首页|LC的gh-pages网站</title><base target="_blank" />
<link rel="icon" href="https://cdn.jsdelivr.net/gh/lc6464/lc6464.github.io@main/favicon.ico" />
<meta name="author" content="LC" /><meta name="renderer" content="webkit" /><meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lc6464/lc6464.github.io@main/css/style/new.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lc6464/lc6464.github.io@main/css/footer/new.css" />
<script src="https://cdn.jsdelivr.net/gh/jquery/jquery@3.5.1/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lc6464/js@main/timer/class.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lc6464/lc6464.github.io@main/js/stay.js"></script>
<script defer src="https://cdn.jsdelivr.net/gh/lc6464/lc6464.github.io@main/js/index.js"></script>
<style>
header { text-align: center; font-size: 1.2rem; }
abbr { color: #4BF; }
#stay { margin: 0 0 0.5rem; }
#stay button { margin: 0 0 0 0.6rem; font-size: 0.8rem; }
#mainSite { display: inline-block; }
#mainSite:link svg, #mainSite:visited svg { color: #3BF; }
#mainSite:hover svg { color: white; }
#mainSite:active svg { color: black; }
#mainSite svg { width: 10rem; max-width: 80vw; transition: color 0.3s linear; }
.license { margin: 0.2rem 0; }
</style>
</head>
<body>
<header><h1>LC 的 GitHub Pages 网站!</h1></header>
<main>
<h2 id="building">正在建设中……</h2>
<h2 id="repo">欢迎访问<a title="GitHub 仓库" href="//github.com/lc6464/lc6464.github.io">本网站的仓库</a>!<br/>欢迎各位前来提出<abbr title="Issue">议题</abbr>和<abbr title="Pull Request">拉取请求</abbr>!</h2>
<h3><a id="mainSite" href="//lcwebsite.cn/" title="Go to lcwebsite!">访问 LC 的主站!<svg class="lc-icon" fill="currentColor"></svg></a></h3>
</main>
<footer>
<div id="stay"></div>
<div class="license"></div>
<div class="readme">
<a title="查看 README.html" rel="nofollow noopener noreferrer" href="README.html">查看 README.html</a>
<a title="查看 README.md(未渲染)" rel="nofollow noopener noreferrer" href="README.md">查看 README.md(未渲染)</a>
</div>
<div class="cr"></div>
</footer>
</body>
</html>