💾 Archived View for gmn.clttr.info › sources › geminispace.git › tree › serve › templates › newest_h… captured on 2022-04-28 at 18:35:24.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

🚧 View Differences

-=-=-=-=-=-=-

{% include 'fragments/header.gmi' %}


## Newest Gemini Hosts

Here are the thirty most recently discovered Gemini hosts by geminispace.info.

{% for host in newest_hosts %}
{{ "=> //{} {}: {}".format(host.domain, host.first_seen_at.strftime('%Y-%m-%d'), host.domain) }}
{% endfor %}

{% include 'fragments/footer.gmi' %}