-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 1.73 KB
/
Copy pathindex.html
File metadata and controls
47 lines (42 loc) · 1.73 KB
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>
<!--
Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>SuperFish PHPhub</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" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>SuperFish</h1>
<p>人的成就感来源于两样东西<br />
创造和毁灭。</p>
</header>
<!-- Signup Form
<form id="signup-form" method="post" action="#">
<input type="email" name="email" id="email" placeholder="Email Address" />
<input type="submit" value="Sign Up" />
</form> -->
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://iresume.js.org" class="icon fa-file-text"><span class="label">i-resume</span></a></li>
<li><a href="https://github.com/supremeFish" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:suchao2007@gmail.com" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© SuperFish.<suhcao2007@gmail.com></li>
<li><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=61019702000285" target="_blank"><img src="http://www.beian.gov.cn/img/ghs.png" style="width: 16px;margin-right: 5px;">陕公网安备 61019702000285号</a></li>
<li><a href="https://beian.miit.gov.cn/" target="_blank">陕ICP备2021012428号</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>