Reduce diff to main branch

This commit is contained in:
Florian Dewald 2025-10-24 20:01:12 +01:00
parent 067f67869d
commit 08eecd56c2
1 changed files with 11 additions and 22 deletions

View File

@ -1,22 +1,11 @@
<!doctype html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/webp" href="/logo.webp" /> <title>Memos</title>
<link rel="manifest" href="/site.webmanifest" /> </head>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <body>
<!-- memos.metadata.head --> No embeddable frontend found.
<title>Memos</title> </body>
<script type="module" crossorigin src="/assets/index-DWNrA8PH.js"></script> </html>
<link rel="modulepreload" crossorigin href="/assets/utils-vendor-CZ4GW7MU.js">
<link rel="modulepreload" crossorigin href="/assets/leaflet-vendor-DhA_n75-.js">
<link rel="modulepreload" crossorigin href="/assets/mermaid-vendor-Be1fRuBG.js">
<link rel="modulepreload" crossorigin href="/assets/katex-vendor-DsmCZfJr.js">
<link rel="stylesheet" crossorigin href="/assets/index-XuioeehA.css">
</head>
<body class="text-base w-full min-h-svh">
<div id="root" class="relative w-full min-h-full"></div>
<!-- memos.metadata.body -->
</body>
</html>