Files
2025-09-17 23:19:24 +00:00

15 lines
396 B
HTML

<html>
<head>
<title> Nav Bar </title>
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<base target="_parent"></base>
<nav>
<a href="index.html">Home</a>
<a href="pages/beluga.html">Airbus Beluga</a>
<a href="pages/an124.html">Antonov AN124</a>
<a href="pages/mil.html">Presidential / Military Aircraft</a>
</nav>
</body>
</html>