29 lines
723 B
Markdown
29 lines
723 B
Markdown
+++
|
|
title = "Links"
|
|
template = "page.html"
|
|
path = "links"
|
|
+++
|
|
|
|
<dl>
|
|
|
|
{% link(href="https://ily.rs/status", title="ily.rs/status") %}
|
|
Uptime for my services, and some others I track.
|
|
{% end %}
|
|
|
|
{% link(href="https://textonly.website", title="textonly.website") %}
|
|
Collection of text-only personal sites
|
|
{% end %}
|
|
|
|
{% link(href="https://t0.vc", title="t0.vc") %}
|
|
Tanner's site. [My guestbook](/g) started off as a Rust port of [his](https://t0.vc/g/), and has gone on since to become more of its own thing.
|
|
{% end %}
|
|
|
|
{% link(href="https://nownownow.com", title="nownownow.com") %}
|
|
Directory of /now pages
|
|
{% end %}
|
|
|
|
{% link(href="https://coldscars.smol.pub", title="coldscars") %}
|
|
A Finnish poet's website.
|
|
{% end %}
|
|
|
|
</dl>
|