-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
45 lines (29 loc) · 989 Bytes
/
404.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found | Stephen Berg</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
</head>
<body>
<nav>
<ul class="menu">
<li><a href="/">Home</a></li>
<li><a href="/research/">Research</a></li>
<li><a href="/software/">Software</a></li>
<li><a href="/teaching/">Teaching</a></li>
<li><a href="/talks/">Talks</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
<hr/>
</nav>
404 NOT FOUND
<footer>
<script defer src="//yihui.org/js/math-code.js"></script>
<script defer src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script defer src="//yihui.org/js/center-img.js"></script>
</footer>
</body>
</html>