We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0935d1 commit a0ed299Copy full SHA for a0ed299
src/pages/tools/dvd-bounce-tool.astro
@@ -20,10 +20,10 @@ import bouncerAnimation from "@/misc/dvdbouncer-animation.html?raw";
20
>
21
<Breadcrumb />
22
<article>
23
- <div class="cover">
24
- <Image width={1920} height={960} src={thumbImage} alt="" loading="eager" />
25
- </div>
26
<header>
+ <div class="cover">
+ <Image width={1920} height={960} src={thumbImage} alt="" loading="eager" />
+ </div>
27
<h1>DVD Bounce Thing</h1>
28
<p><em>A DVD <abbr title="this is not a real word">Bouncer</abbr> thing. Because funny.</em></p>
29
</header>
0 commit comments