-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
38 lines (36 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<title>Vafa Khalighi</title>
<link rel="stylesheet" type="text/css" href="https://vafa.ac/css/fonts.css">
<link rel="stylesheet" type="text/css" href="https://vafa.ac/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="https://vafa.ac/css/styles.css">
<link rel="icon" href=https://vafa.ac/img/icon.png>
<meta charset="UTF-8">
<meta name="author" content="Vafa Khalighi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header class="page-header">
<div class="myname">
<h2><a href="https://vafa.ac">Vafa Khalighi</a></h2>
</div>
<nav>
<ul class="navbar">
<li class="activetab">
<a href="https://vafa.ac">
<span>Home</span>
</a>
</li>
</ul>
</nav>
</header>
<div id="content">
<main>
<p>The page you are trying to access is not available
and hence, can not be found. Please check the url
and try again.</p>
</main>
</div>
</body>
</html>