www/index.html

34 lines
966 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<title>2KWaTTs</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<h1>2KWaTTs</h1>
<i>endless madness updated every [interval]</i>
<hr>
<div class="navigation">
<a href="index.html"><span class="navbtn">[home]</span></a>
<a href="contact.html"><span class="navbtn">[contact]</span></a>
<a href="musics.html"><span class="navbtn">[music]</span></a>
</div>
<br>
Hello there! You can call me 2kwatts, or really whatever you prefer.
<br>
I do stuff on occasion and I have fun most of the time.
<br>
One thing I do is write songs (see [music] tab)
<br>
That is all for now. Maybe I'll write a blog or something.
<hr>
<i>hand-crafted using <a href="https://www.vim.org">VIM</a> and a lot of love</i>
</center>
</body>
</html>