-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (38 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!-- Warning: this file is auto-generated, so edits will be overwritten -->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/styles-v4.css">
</head>
<body>
<div id="main-page">
<header>
<a href="/" id="logo">
<img src="/static/fuze-min.png" height="73">
</a>
<div id="spacer" />
</header>
<nav class="top-navigation-bar">
<a href="/">Home</a>
<a href="/software/">Software</a>
<a href="/fuze-game/">Fuze Game</a>
<a href="https://github.com/Liteb0t/">Github</a>
</nav>
<main>
<span id="test-for-old-css"><b>Warning! </b>If you can see this text, your browser is too old to load some of the <abbr>CSS</abbr>.</span>
<h2>Software</h2>
<p>This is where some of my programming projects are listed.</p>
<h2>Fuze Game</h2>
<p>The flagship Fuze software - a two-dimensional shooting game with simple graphics.</p>
<h2>Github</h2>
<p>My Github page. Contains some things not on this website.</p>
</main>
<footer>
Oi mate, MIT loicense. Website last updated 14th October 2024
</footer>
</div>
<img id="footer-art" src="/static/fuze-page-footer-art-v1.png" alt="page artwork">
</body>
</html>