summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-21 19:46:05 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-21 19:46:05 +0100
commitc0b29e4be7f0fff59934ef6e7c52dea2ee31e0b3 (patch)
treefb778c16a1abb7f785f56decb773dfdb2f879ab4 /index.html
parentfix(public/manifest.json): Use correct json list (diff)
downloadweb-client-prime.zip
chore(version): v0.1.0v0.1.0prime
Diffstat (limited to '')
-rw-r--r--index.html48
1 files changed, 25 insertions, 23 deletions
diff --git a/index.html b/index.html
index 2a30a50..db6f2e9 100644
--- a/index.html
+++ b/index.html
@@ -27,11 +27,14 @@ If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
data-weak-refs
/>
- <div id="location-storage" location="localhost"></div>
+ <div
+ id="location-storage"
+ location="localhost"
+ ></div>
<script>
- document
- .querySelector("div#location-storage")
- .setAttribute("location", document.location.href);
+ document
+ .querySelector("div#location-storage")
+ .setAttribute("location", document.location.href);
</script>
<link
@@ -47,36 +50,35 @@ If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
href="./dist/tailwindcss-output.css"
/>
- <link
- rel="manifest"
- href="/manifest.json"
+ <link
+ rel="manifest"
+ href="/manifest.json"
/>
<link
- data-trunk
- rel="copy-file"
- href="./public/manifest.json"
+ data-trunk
+ rel="copy-file"
+ href="./public/manifest.json"
/>
-
<link
- data-trunk
- rel="copy-file"
- href="./dist/favicon-128.png"
+ data-trunk
+ rel="copy-file"
+ href="./dist/favicon-128.png"
/>
<link
- data-trunk
- rel="copy-file"
- href="./dist/favicon-256.png"
+ data-trunk
+ rel="copy-file"
+ href="./dist/favicon-256.png"
/>
<link
- data-trunk
- rel="copy-file"
- href="./dist/favicon-512.png"
+ data-trunk
+ rel="copy-file"
+ href="./dist/favicon-512.png"
/>
<link
- data-trunk
- rel="copy-file"
- href="./dist/favicon-1024.png"
+ data-trunk
+ rel="copy-file"
+ href="./dist/favicon-1024.png"
/>
</head>