40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Xircon's Website</title>
|
|
<link rel="icon" href="resource/logo.jpg" type="image/icon type">
|
|
<link href="resource/style.css" rel="stylesheet" type="text/css" media="all">
|
|
</head>
|
|
|
|
<header>
|
|
<a href="index.html"><button>Home</button></a>
|
|
<a href="about.html"><button>About Me</button></a>
|
|
<a href="nanite.html"><button>Nanite</button></a>
|
|
<a href="download/"><button>Downloads</button></a>
|
|
<a href="https://github.com/PKM74"><button>Github</button></a>
|
|
<a href="https://youtube.com/@xirc2ps"><button>Youtube</button></a>
|
|
<a href="https://steamcommunity.com/id/PKM74/"><button>Steam</button></a>
|
|
</header>
|
|
<div class="full">
|
|
<body>
|
|
<h1>About</h1>
|
|
<p>
|
|
Super computer nerd that collects old computers.<br>
|
|
I also LOVE music, not just listening to it but making it too!<br>
|
|
I mainly play guitar, and am fairly good with synths too.
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</div>
|
|
<div class="centre">
|
|
<footer>
|
|
<img src="icons/slackware.jpg" height="40" alt="slackware">
|
|
<img src="icons/apache-powered.jpg" height="30" alt="apache-powered">
|
|
<br>Xircon.net Copyright 2025
|
|
</footer>
|
|
</div>
|
|
</html> |