20 lines
547 B
HTML
20 lines
547 B
HTML
|
|
<!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>
|