summary refs log tree commit diff stats
path: root/stalwart/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'stalwart/index.html')
-rw-r--r--stalwart/index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/stalwart/index.html b/stalwart/index.html
new file mode 100644
index 0000000..e7f5dae
--- /dev/null
+++ b/stalwart/index.html
@@ -0,0 +1,32 @@
+<!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