From 5d81440577b88931b50cd8b00db01c40d043159a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Tue, 1 Aug 2023 19:02:33 +0200 Subject: [PATCH] Add link to known mirrors --- src/App.svelte | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 0c58638..c8c450b 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -15,7 +15,10 @@ } -

Mirror URL

+
+

Mirror URL

+ Known mirrors +

Google Fonts URL

@@ -23,7 +26,6 @@ - {#await output} {:then v} {#if v != null} @@ -32,3 +34,12 @@ {:catch e}
Error :( {e}
{/await} + +