-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
66 lines (52 loc) · 1.66 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 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/jemdoc.css">
<link rel="icon" href="/assets/favicon.png">
<title>404</title>
</head>
<body>
<main class="outside">
<div class="box">
<aside class="layout-menu">
<div class="menu-category">Masoud Zarepisheh</div>
<div class="menu-item "><a href="/">Home</a></div>
<!--<div class="menu-category">topics</div> -->
<!---- <div class="menu-item {{ispage menu1/*}}current{{end}}"><a href="/research/">Research</a></div> -->
<div class="menu-item "><a href="/CV/">CV</a></div>
<div class="menu-item "><a href="/people/">People</a></div>
<!-- <div class="menu-item {{ispage menu3/*}}current{{end}}"><a href="/bio/">Bio</a></div> -->
</aside>
<div class="layout-content">
<!-- Content appended here -->
<div class="franklin-content">
<div style="margin-top: 40px; font-size: 40px; text-align: center;">
<br>
<div style="font-weight: bold;">
404
</div>
<br>
<br>
The requested page was not found
<br>
<br>
<br>
<br>
<div style="margin-bottom: 300px; font-size: 24px">
<a href="/">Click here</a> to go back to the homepage.
</div>
</div>
<!--
<div class="page-foot">
{{ fill author }}. {{isnotpage /tag/*}}
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><!-- CONTENT ENDS HERE -->
</div>
</div>
</main>
</body>
</html>