-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
29 lines (23 loc) · 959 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/franklin.css">
<link rel="stylesheet" href="/css/basic.css">
<link rel="icon" href="/assets/favicon.png">
<title>404: File not found</title>
</head>
<body>
<!-- Content appended here -->
<div class="franklin-content"><h1 id="404_file_not_found"><a href="#404_file_not_found" class="header-anchor">404: File not found</a></h1>
<p>The requested file was not found.</p>
<p>Please <a href="/">click here</a> to go to the home page.</p>
<div class="page-foot">
<div class="copyright">
© THE AUTHOR. Last modified: May 10, 2021. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
</div>
</div>
</div><!-- CONTENT ENDS HERE -->
</body>
</html>