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="/talks.html">talks</a> // |
21 | <a href="/contact.html">contact</a> // |
22 | <a href="/feed.rss">rss</a> |
23 | </nav> |
24 |
|
25 | <h1>m455's interspace on the webternet</h1> |
26 |
|
27 | <p>hello! i'm m455 and my pronouns are he/him or |
28 | <a href="https://apastyle.apa.org/blog/singular-they">they/them</a>.</p> |
29 |
|
30 | <p>this is my personal website, where i try to avoid doing anything |
31 | professional, or making anything look professional.</p> |
32 |
|
33 | <p>this is my place to have fun, express myself, and be unapologetically |
34 | personal.</p> |
35 |
|
36 | <p>i'm really into computer programming, non-corporate digital communities, and |
37 | personal websites.</p> |
38 |
|
39 | <p> |
40 | my views are my own. |
41 | </p> |
42 |
|
43 | </main> |
44 | </body> |
45 | </html> |