diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 48 |
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> |
