summary refs log tree commit diff stats
path: root/stalwart/index.html
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-30 09:15:56 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-30 09:15:56 +0200
commitd0263ce46160cd4152c67381fab2ee557f3aa483 (patch)
treeb24a725d71b984e466ff478fbb4449111beeacac /stalwart/index.html
parentchore: Second version (diff)
downloadweb-client-d0263ce46160cd4152c67381fab2ee557f3aa483.zip
feat(treewide): Switch to tailwindcss and add more components
Diffstat (limited to 'stalwart/index.html')
-rw-r--r--stalwart/index.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/stalwart/index.html b/stalwart/index.html
deleted file mode 100644
index e7f5dae..0000000
--- a/stalwart/index.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link data-trunk rel="rust" data-wasm-opt="z" />
-
-    <!-- Favicon for browsers -->
-    <link data-trunk rel="icon" type="image/ico" href="./src/assets/favicon.ico">
-    <!-- Favicon sizes for different platforms -->
-    <link data-trunk rel="icon" type="image/png" sizes="32x32" href="./src/assets/favicon-32x32.png">
-    <link data-trunk rel="icon" type="image/png" sizes="16x16" href="./src/assets/favicon-16x16.png">
-    <!-- For Android Chrome -->
-    <link data-trunk rel="icon" type="image/png" sizes="192x192" href="./src/assets/android-chrome-192x192.png">
-    <link data-trunk rel="icon" type="image/png" sizes="512x512" href="./src/assets/android-chrome-512x512.png">
-    <!-- For iOS devices -->
-    <link data-trunk rel="copy-file" href="./src/assets/apple-touch-icon.png" />
-    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
-    <!-- Manifest -->
-    <link data-trunk rel="copy-file" href="./src/assets/site.webmanifest" />
-    <link rel="manifest" href="/site.webmanifest">
-    <link data-trunk rel="css" href="/style/output.css" />
-    <link data-trunk rel="copy-file" href="./src/assets/logo.svg" />
-
-    <title>Stalwart Management</title>
-</head>
-
-<body>
-</body>
-
-</html>
\ No newline at end of file