26 lines
805 B
HTML
26 lines
805 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>twoplusgoo.de</title>
|
|
</head>
|
|
|
|
<body>
|
|
<a href="https://www.twoplusgoo.de"><img src="resources/logo/page_logo.png" alt="logo" class="logotyp"/></a>
|
|
<br><br><br><br>
|
|
<div>
|
|
<p>Welcome to my personal website. I intend to share some music and art I make as well as my stream of consciousness in the form of blog posts, but we will see how it goes. This website is written in pure HTML + CSS by hand. I don't know if it looks good or bad, but I do it for fun anyway, so I don't want to be bothered by appealing to standards.</p>
|
|
</div>
|
|
|
|
<footer class="stopka">
|
|
<a class="klik">blog</a>
|
|
<a class="klik">music</a>
|
|
<a class="klik">artwork</a>
|
|
<a class="klik">about</a>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|