-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
42 lines (38 loc) · 1.21 KB
/
error.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
<!DOCTYPE html>
<html>
<head>
<title>Yunfei Luo's Personal Website</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.4">
<link rel="icon" type="image/x-icon" href="update/photos/icon.png" />
<link rel="stylesheet" href="static/css/basic.css">
<script rel="stylesheet" src='static/js/front.js'></script>
<script src="https://kit.fontawesome.com/7dc1dfa47d.js" crossorigin="anonymous"></script>
<!-- React -->
<script src="build/react.development.js"></script>
<script src="build/react-dom.development.js"></script>
<script src="build/babel.min.js"></script>
<!-- Update modules -->
<script type="text/babel" src="update/footer.js"></script>
</head>
<body>
<header>
<nav class="sidenav">
<ul>
<li style="cursor:pointer">
<a href="index.html" class="active">Home</a>
</li>
</ul>
</nav>
</header>
<section class = "blogs">
<div class = "container">
<h2>Error Page. / Corresponding Content Will Be Attached.</h2>
<br/><br/><br/><br/>
<br/><br/><br/><br/>
</div>
</section>
<!-- The end: footer -->
<div id="footer"></div>
</body>
</html>