This commit is contained in:
Thomas Fauve-Piot
2026-04-02 11:32:21 +02:00
parent f9587c5cfa
commit b31436a40a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -25,8 +25,8 @@
onclick="window.location.href='./game/game.html'">Skkrrribl.io</button>
<button class="game__item" data-action="tetris" aria-label="Tetris"
onclick="window.location.href='./tetris/tetris.html'">Tetris</button>
<button class="game__item" data-action="Wiskas" aria-label="Wiscat"
onclick="window.location.href='./wiscat/wiskas.html'">Wiscat</button>
<button class="game__item" data-action="Wiskas" aria-label="Wiskas"
onclick="window.location.href='./wiskas/wiskas.html'">Wiskas</button>
</nav>
<script type="module" src="./app.js"></script>
@@ -1,7 +1,7 @@
:root {
--color-primary: #ffc75e;
--color-primary-hover: #ffc75e;
--color-success: #3cff01;
--color-success: #00c71b;
--color-success-dark: #ffc75e;
--color-error: #ff4d4d;
--color-warning: #ffc75e;
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wiskas the Third</title>
<title>Wiskas</title>
<link rel="stylesheet" href="wiskas.css" />
<style>
body {