fredboniface.co.uk/fds/index.html
2022-09-08 21:26:20 +01:00

48 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/navbar.css">
<script src="/js/navbar.js"></script>
<title>Your FDS</title>
</head>
<body>
<a id="top"></a>
<!-- BEGIN NAVBAR -->
<div class="navbar" id="navbar">
<a class="logo" href="/index.html"><img src="/static-objects/navbar/home.svg" alt="Home" width="26" height="26"></a>
<div class="mobile">
<a href="/index.html">Home</a>
</div>
<div class="dropdown">
<button class="dropbutton">Identity &#10549;</button>
<div class="droplist">
<a href="/identity">&#10551; Key Downloads</a>
<a href="/identity/about.html">&#10551; About PGP</a>
</div>
</div>
<div class="dropdown">
<button class="dropbutton">FDS &#10549;</button>
<div class="droplist">
<a href="/fds">&#10551; About FDS</a>
<a href="/fds/ultrasonic">&#10551; Ultrasonic</a>
</div>
</div>
<a href="/projects">Projects</a>
<a href="/about.html">About</a>
<i>Fred Boniface</i>
<a href="javascript:void(0);" class="icon" onclick="hamburger()">&#9776;</a>
</div>
<!-- END NAVBAR -->
<h1>FDS</h1>
<p>This information has moved, please visit <a href="https://fds.fjla.uk">fds.fjla.uk</a></p>
<p>I'm currently working on things, come back soon.</p>
<p>--<br>
© Frederick Boniface 2020<br>
</p>
<a href="#top">Back to top</a>
</body>
</html>