-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
66 lines (40 loc) · 2.01 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>404 Page not found</title>
<meta name="description" content="Personal website of Jude Khouja">
<meta name="author" content='Jude Khouja'>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="/sass/researcher.min.css">
<link rel="icon" type="image/ico" href="https://jkhouja.net/jude_khouja.jpg">
</head>
<body><div class="container mt-5">
<nav class="navbar navbar-expand-sm flex-column flex-sm-row text-nowrap p-0">
<a class="navbar-brand mx-0 mr-sm-auto" href="https://jkhouja.net/">Jude Khouja</a>
<div class="navbar-nav flex-row flex-wrap justify-content-center">
<a class="nav-item nav-link" href="/">
About
</a>
<span class="nav-item navbar-text mx-1">|</span>
<a class="nav-item nav-link" href="/publications">
Publications
</a>
<span class="nav-item navbar-text mx-1">|</span>
<a class="nav-item nav-link" href="/content">
Other
</a>
</div>
</nav>
</div>
<hr>
<div id="content">
<div class="container">
<h1>404 Error</h1>
<p>Page does not exist.</p>
</div>
</div><div id="footer" class="mb-5">
</div>
</body>
</html>