1
0
Fork 0
VelSite/nav.htm

28 lines
1.2 KiB
HTML
Executable file

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/stylesheets/nav.css">
<title>Nav</title>
</head>
<body>
<p align="center"><img src="/images/nav-frame/vel-logo.png" alt="Site Logo" width="150" height="150"></p>
<a href="/welcome.htm" target="mainFrame"><div class="nav-button home"></div></a>
<a href="/blog" target="mainFrame"><div class="nav-button blog"></div></a>
<a href="/gallery" target="mainFrame"><div class="nav-button gallery"></div></a>
<a href="/links.htm" target="mainFrame"><div class="nav-button links"></div></a>
<a href="/attribution.htm" target="mainFrame"><div class="nav-button attribution"></div></a>
<!-- these images are invisible and are only here to preload hover variants of the nav images -->
<div class="preload">
<img src="/images/nav-frame/nav-home-hover.png">
<img src="/images/nav-frame/nav-blog-hover.png">
<img src="/images/nav-frame/nav-gallery-hover.png">
<img src="/images/nav-frame/nav-links-hover.png">
<img src="/images/nav-frame/nav-attribution-hover.png">
</div>
</body>
</html>