git.m455.casa

m455.casa

clone url: git://git.m455.casa/m455.casa


html/index.html

1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
6 <link rel="alternate" type="application/rss+xml" title="RSS feed" href="https://m455.casa/feed.rss">
7 <link rel="icon" href="/favicon.ico?" type="image/x-icon">
8 <meta name="author" content="m455">
9 <meta name="description" content="m455's interspace on the webternet">
10 <meta name="keywords" content="programming, thoughts">
11 <link rel="stylesheet" href="style.css">
12 <title>m455's interspace on the webternet</title>
13 </head>
14 <body>
15 <main>
16 <nav>
17 <a href="/">home</a>
18 <a href="/posts/">posts</a>
19 <a href="https://git.m455.casa">code</a>
20 <a href="/contact.html">contact</a>
21 <a href="/feed.rss">rss</a>
22 </nav>
23
24 <h1>m455's interspace on the webternet</h1>
25
26 <p>hello! i'm m455 and my pronouns are he/him or
27 <a href="https://apastyle.apa.org/blog/singular-they">they/them</a>.</p>
28
29 <p>this is my personal website, where i avoid doing anything professional, and
30 am unapologetically personal.</p>
31
32 <p>i like computer programming, non-corporate digital communities, and personal
33 websites.</p>
34
35 <p>my views are my own.</p>
36
37 </main>
38 </body>
39 </html>