This commit is contained in:
2026-05-23 17:17:56 -07:00
commit 448f2e33ef
135 changed files with 11817 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>gifuu embed</title>
{{ include-env }}
{{ include-tag 'style' 'include/embed/critical.css' }}
</head>
<body>
<a class="layout-wrapper" title="Click me to visit gifuu!" target="_blank">
<img class="watermark" src="{{ include-b64 'image/svg+xml' 'source/vectors/logo-full.svg' }}" />
</a>
{{ include-tag 'script' 'include/embed/foreground.ts' }}
</body>
</html>