mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 17:09:19 +02:00
added svelte-ignore's
This commit is contained in:
parent
6a9da1a18e
commit
47068de76d
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
||||||
<center>
|
<center>
|
||||||
<h1>ERROR 404</h1>
|
<h1>ERROR 404</h1>
|
||||||
<h2>Page not found</h2>
|
<h2>Page not found</h2>
|
||||||
|
<!-- svelte-ignore a11y-missing-attribute -->
|
||||||
|
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||||
<a on:click={toggleTaeyong}>오류다</a>
|
<a on:click={toggleTaeyong}>오류다</a>
|
||||||
<div style="height:300px;width:600px">
|
<div style="height:300px;width:600px">
|
||||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||||
|
@ -45,6 +47,7 @@
|
||||||
<Footer />
|
<Footer />
|
||||||
</ParallaxBg>
|
</ParallaxBg>
|
||||||
<div class="taeyong">
|
<div class="taeyong">
|
||||||
|
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||||
<img src="/taeyong.gif" alt="taeyong" on:click={toggleTaeyongoff} height="100%" width="100%" />
|
<img src="/taeyong.gif" alt="taeyong" on:click={toggleTaeyongoff} height="100%" width="100%" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue