51 lines
2.2 KiB
HTML
51 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="robots" content="noindex">
|
||
<link rel="texture" href="{{ include-b64 'type='image/png' '/include/secret-sprites/sprite.gif' }}" />
|
||
<link rel="icon" href="{{ include-b64 'type='image/png' '/include/favicon.png' }}" />
|
||
<title>Sprites • pancakz.net</title>
|
||
|
||
{{ include-tag 'style' '/include/fonts/poppins.css' }}
|
||
{{ include-tag 'style' '/include/secret-sprites/main.css' }}
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<!-- Article -->
|
||
<div role="main" class="layout-section effect-caution">
|
||
<p class="effect-rhombus">A Trip to the Zoo</p>
|
||
<img fetchpriority="high" class="article-banner" alt="A group of sprites" src="/secret-sprites/banner.gif">
|
||
<p class="article-paragraph">
|
||
<b>Welcome to the Sprite Garden, everyone!</b> Please do watch your step!
|
||
</p>
|
||
<p class="article-paragraph">
|
||
This domain is inhabited by spiritual creatures known as Sprites, most likely
|
||
nicknamed for their small stature. At first glance they may seem unimpressive,
|
||
but in reality, they’re bursting with creative energy! They are the souls
|
||
of the creative, unable to properly express their artistic desires they reside here.
|
||
Under the protection of Boo, the grand entity, they are free to chase their hyperfixations
|
||
until satisfied, after which they’ll reincarnate having discovered another dream to chase.
|
||
</p>
|
||
<p class="article-paragraph">
|
||
They’re mostly harmless, if a little mischievous! Now come along, little ones,
|
||
we have much more to see today!
|
||
</p>
|
||
<a href="/">< Go Home</a>
|
||
</div>
|
||
|
||
<!-- Sprites -->
|
||
<div role="banner" class="layout-section" style="justify-content: center;">
|
||
<canvas id="sprites"></canvas>
|
||
<audio id="active" hidden src="/secret-sprites/pop.webm"></audio>
|
||
<audio id="bounce" hidden src="/secret-sprites/pop.webm"></audio>
|
||
{{ include-tag 'script' '/include/secret-sprites/banner.ts' }}
|
||
</div>
|
||
|
||
</body>
|
||
|
||
</html>
|