-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
24 lines (23 loc) · 834 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
<!DOCTYPE html>
<html>
<head>
<title > Alanisoft - Software Development
</title>
<meta name="description" content="Page not found on Alanisoft" />
<meta name="robots" content="noarchive" />
<meta name="google" content="notranslate,noimageindex" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<script type="text/javascript" src="//use.typekit.net/nmr0cyp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" type="text/css" media="screen" href="/css/10/main.css">
</head>
<body>
<div id="top">
<div id="header">
<div id="heading" class="fade-in">Not Found</div>
</div>
<div id="content-background"></div>
</div>
</body>
</html>