💾 Archived View for gmn.clttr.info › sources › geminispace.info.git › tree › serve › templates › new… captured on 2024-02-05 at 10:09:40.

View Raw

More Information

⬅️ Previous capture (2023-09-08)

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

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


## Newest Gemini Hosts

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

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

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