This repository has been archived on 2024-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
blogs/homepage.html

37 lines
908 B
HTML
Raw Permalink Normal View History

2024-03-17 02:58:49 +01:00
<!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>
2024-03-17 03:00:46 +01:00
<li>[<a href="https://odysee.com/@Anonymous:7d6e">Odysee videos</a>]</li>
2024-03-17 02:58:49 +01:00
</body>
</html>