fdbf49f932
effectively restructured site, added new theme, and improved organization
33 lines
642 B
HTML
33 lines
642 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="bar">
|
|
<a href="index.html" class="nav">HOME</a>
|
|
</div>
|
|
|
|
<div class="main">
|
|
<p>
|
|
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|
|
my name is simon, and i am the webmaster<br>
|
|
i code and skateboard. i also make and play with fingerboards a lot<br><br>
|
|
|
|
this website is not mobile friendly, and never will be<br>
|
|
|
|
|
|
<br><br><br><br>
|
|
|
|
my links: <a href="https://www.linkedin.com/in/simon-o-shea">linkedin</a> | <a href="https://www.github.com/osheas1atwit">github</a>
|
|
|
|
|
|
|
|
</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |