27 lines
489 B
HTML
27 lines
489 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="bar">
|
|
<a href="index.html" style="font-size: 12px; text-decoration: none;">HOME</a>
|
|
</div>
|
|
|
|
<div class="main">
|
|
<p>
|
|
my name is simon, and you found me<br>
|
|
enjoy your stay<br><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> |