45 lines
2.3 KiB
HTML
45 lines
2.3 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>David Miller's Home Page</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<link rel="stylesheet" href="assets/css/main.css" />
|
|
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
|
</head>
|
|
<body class="is-preload">
|
|
<div id="wrapper">
|
|
<div id="bg"></div>
|
|
<div id="overlay"></div>
|
|
<div id="main">
|
|
|
|
<!-- Header -->
|
|
<header id="header">
|
|
<h1>David Miller's Home Page</h1>
|
|
<p>David Miller • Senior high school student • Beijing, China</p>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="https://davidwebsite.oss-cn-beijing.aliyuncs.com/wechat.jpg" class="icon brands fa-weixin"><span class="label">WeChat</span></a></li>
|
|
<li><a href="https://twitter.com/CitizenBeta2" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
|
|
<li><a href="https://github.com/CitizenBeta2" class="icon brands fa-github"><span class="label">Github</span></a></li>
|
|
<li><a href="mailto:citizenbeta@outlook.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
|
|
<li><a href="mailto:admin@davidmiller.top" class="icon solid fa-envelope-o"><span class="label">Email(Site)</span></a></li>
|
|
<li><a href="https://qm.qq.com/cgi-bin/qm/qr?k=CTIeCz2ljRzsQNpDNsLGtJ0oLgxT1pMc&noverify=0" class="icon brands fa-qq"><span class="label">QQ</span></a></li>
|
|
<li><a href="https://pki.davidmiller.top" class="icon solid fa-key"><span class="label">PKI</span></a></li>
|
|
<li><a href="https://steamcommunity.com/id/CitizenBeta/" class="icon brands fa-steam"><span class="label">Steam</span></a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<!-- Footer -->
|
|
<footer id="footer">
|
|
<span class="copyright">© David Miller. Source Code: <a href="https://github.com/CitizenBeta2/citizenbeta2.github.io">GitHub Repo</a>.</span>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
window.onload = function() { document.body.classList.remove('is-preload'); }
|
|
window.ontouchmove = function() { return false; }
|
|
window.onorientationchange = function() { document.body.scrollTop = 0; }
|
|
</script>
|
|
</body>
|
|
</html> |