-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
28 lines (28 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<title>Vortex Systems - 404</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<style>
body { background: url(images/bkgd/gonefish.png) fixed center; background-repeat: repeat; }
.main { border-image: url(images/border_95.png) 24 fill; }
</style>
<body>
<br>
<div class="main">
<!-- Begin common HTML -->
<center>
<a class="nbtn" href="index.html"><img src="images/button-home.png" alt="Index" title="Home"></a>
<a class="nbtn" href="programs.html"><img src="images/button-programs.png" alt="Programs" title="Programs"></a>
<a class="nbtn" href="sites.html"><img src="images/button-sites.png" alt="Sites" title="Sites"></a>
<img src="images/indent-header.png">
<a class="nbtn" href="about.html"><img src="images/button-about.png" alt="About" title="About"></a>
</center>
<!-- End common HTML -->
<center><iframe src="404src.html" height="500" width="80%"></iframe></center>
</div>
<br>
</body>
</html>