-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
37 lines (32 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Github Pages">
<meta name="description" content="MDEF documentation site for Your Name">
<title>Your name - MDEF</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/favicon.svg">
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<a href="index.html">Home</a>
<a href="term1/index.html">Term 1</a>
<a href="term2/index.html">Term 2</a>
<a href="term3/index.html">Term 3</a>
<a href="master-thesis.html">Master Thesis</a>
<a href="about.html">About me</a>
</div>
</div>
<div class="content">
<h1>404 - Page not found</h1>
<p>Sorry the URL you typed does not exist, please use my navigation bar up top to browse my website.</p>
</div>
<footer>
<p>Copyright 2023 <Your name> - Creative Commons Attribution Non Commercial </p>
<p>Source code hosted at <a href="{{repo_url}}">{{repo_name}}</a></p>
</footer>
</body>
</html>