This commit is contained in:
Out Of Ideas 2024-03-16 20:58:49 -05:00
parent 1b9ba2268f
commit c88bf0027c
1 changed files with 36 additions and 0 deletions

36
homepage.html Normal file
View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alright/Okay - Hompage</title>
<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
padding: 0 10px;
color: #EBDBB2;
background-color: #1d2021
} h1 {
line-height: 1.2;
border-bottom: 1px solid #A89984
} b.inline, pre {
font-family: monospace;
font-weight: normal;
font-size: 14px;
} a:link {
color: #458588
} a:visited {
color: #B16286
}
</style>
</head>
<body>
<h1>Stuff</h1>
<li>[<a href="blogs.tml">Blogs</a>]</li>
<h1>Things</h1>
<li>[<a href="https://odysee.com/@Anonymous:7d6">Odysee videos</a>]</li>
</body>
</html>