This commit is contained in:
2kwatts 2022-08-09 15:50:28 -04:00
commit 5fb2cfe85b
2 changed files with 41 additions and 0 deletions

22
index.html Normal file
View file

@ -0,0 +1,22 @@
<html>
<head>
<title>2kwatts</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<h1>2kwatts.exozy.me</h1>
<i>more like cozy dot me!</i>
<hr>
<b>Hello there!</b> I'm 2kwatts, also known as 2kmegawatts or just 2k.
<br>
(you may see some variation of those across my Internet sites)
<br>
<h1>contact</h1>
my matrix is <b>@2kwatts:halogen.city</b>
<br>
my email is <b>2kwatts [at] skiff [dot] com</b>
<br>
(subject to change!)
</body>
</html>

19
style.css Normal file
View file

@ -0,0 +1,19 @@
body {
background-color: #2c3e50;
color: #9b59b6;
font-family: monospace;
font-size: 15px;
}
a {
color: #e74c3c;
}
a:hover {
color: #c0392b;
}
hr {
color: #2ecc71;
width: 50%;
}