24 lines
569 B
HTML
24 lines
569 B
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>TITLE</title>
|
|
</head>
|
|
<body>
|
|
<a id="top"></a>
|
|
|
|
<!-- BEGIN NAVBAR -->
|
|
|
|
<!-- END NAVBAR -->
|
|
|
|
<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>
|