19 lines
633 B
Markdown
19 lines
633 B
Markdown
+++
|
|
title = "links"
|
|
template = "page.html"
|
|
path = "links"
|
|
+++
|
|
|
|
<dl>
|
|
<dt><a href="https://ily.rs/status">ily.rs/status</a></dt>
|
|
<dd>Uptime for my services, and some others I track.</dd>
|
|
|
|
<dt><a href="https://textonly.website">textonly.website</a></dt>
|
|
<dd>Collection of text-only personal sites</dd>
|
|
|
|
<dt><a href="https://t0.vc">t0.vc</a></dt>
|
|
<dd>Tanner's site. <a href="/g">My guestbook</a> started off as a Rust port of <a href="https://t0.vc/g/">his</a>, and has gone on since to become more of its own thing.</dd>
|
|
|
|
<dt><a href="https://nownownow.com">nownownow.com</a></dt>
|
|
<dd>Directory of /now pages</dd>
|
|
</dl>
|