1
0
Fork 0
VelSite/nav.htm
2025-08-12 14:54:45 -05:00

29 lines
1.4 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/vel-logo.png" alt="Site Logo" width="150" height="150"></p>
<div align="center">
<p><img src="/images/navigation.png" width="200" height="300" border="0" usemap="#Map"></p>
<p>
<map name="Map">
<area shape="rect" coords="18,55,182,77" href="/welcome.htm" target="mainFrame" alt="Home">
<area shape="rect" coords="18,76,182,100" href="/blog/index.htm" target="mainFrame" alt="Blog">
<area shape="rect" coords="18,99,182,124" href="/gallery/index.htm" target="mainFrame" alt="Gallery">
<area shape="rect" coords="18,123,182,147" href="/links.htm" target="mainFrame" alt="Links">
<area shape="rect" coords="18,146,182,172" href="/attribution.htm" target="mainFrame" alt="Attribution">
<area shape="rect" coords="14,241,30,249" href="/sandbox.htm" target="mainFrame">
</map>
</p>
<a href="https://www.gaiaonline.com/r/20419257" target="_blank">
<img src="https://a1cdn.gaiaonline.com/dress-up/avatar/ava/b9/92/2ea434ae13792b9_flip.png" border="0">
</a>
</div>
</body>
</html>