-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<!-- Thanks to Mozilla Thimble for speeding me in creating this page (https://thimble.webmaker.org) -->
<html>
<head>
<meta charset="utf-8">
<title>Your Awesome Webpage created on Wed, Aug 27 2014 12:48 PM</title>
<style>
body {
background-color: #d5ccde;
font-family: sans-serif;
margin: 100px;
}
</style>
</head>
<body>
<h1>M0les!</h1>
<p>This is my ultra-dull "<i>How to find me all over the place</i>" page.</p>
<h2>Things:</h2>
<dl>
<dt>Blog</dt><dd><a href="http://blog.m0les.com">blog.m0les.com</a> (Rarly updated and always dull)</dd>
<dt>Email</dt><dd>contact<b><i>-at-</i></b>m0les.com (Good for initial contact only - I expect I'll have to shutter/rotate it if it gets spam-scraped.</dd>
<dt>Mastodon<dt><dd><a rel="me" href="https://aus.social/@M0les">@[email protected]</a></dd>
<dt>Steam</dt><dd><a href="http://steamcommunity.com/id/M0les/">M0les</a></dd>
<dt>Printables</dt><dd><a href="https://www.printables.com/@M0les_275228">@M0les_275228</a> - Home of my surprisingly popular SD Card holder: <img src="SDholder.webp"/></dd>
<dt>Thingiverse</dt><dd><a href="https://www.thingiverse.com/m0les">M0les</a> - Mirrors anything I post to Printables</dd>
<dt>BookFace</dt><dd>I'm not currently on BookFace and likely never will be again</dd>
<dt>X/Twitter</dt><dd>Similarly, I've abandoned this account. There might still be stuff there (YMMV).</dd>
</dl>
</body>
</html>