added title to html head
authorPhiTux <redacted>
Mon, 6 Oct 2025 17:37:20 +0000 (19:37 +0200)
committerPhiTux <redacted>
Mon, 6 Oct 2025 17:37:20 +0000 (19:37 +0200)
frontend/src/app.html
frontend/src/routes/(authed)/read/+page.svelte

index 6acca33e99f1b6cc59084996bc723b0b773244dd..b1a317618783acf6c3b219ecd5be061a0b4bd445 100644 (file)
@@ -9,6 +9,7 @@
                <meta name="apple-mobile-web-app-capable" content="yes" />
                <meta name="apple-mobile-web-app-status-bar-style" content="default" />
                <meta name="viewport" content="width=device-width, initial-scale=1" />
+               <title>DailyTxT</title>
                %sveltekit.head%
        </head>
        <body data-sveltekit-preload-data="hover">
index 11445afa85ca1b31cca1221eaa5e72ef729f3d2b..6b7a262a80b6ddfd534d03377b924a7241e96a7a 100644 (file)
                                                        </div>
 
                                                        {#if log.files && log.files.length > 0}
-                                                               <div class="d-flex flex-column ms-3 files">
+                                                               <div class="d-flex flex-column files">
                                                                        <FileList files={log.files} {downloadFile} />
                                                                </div>
                                                        {/if}
git clone https://git.99rst.org/PROJECT