This commit is contained in:
florian 2025-06-11 15:02:09 +02:00
parent a93f2e1dc3
commit ff789eec80
2 changed files with 1 additions and 0 deletions

BIN
public/img/Tetris.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -14,6 +14,7 @@
<script src="./script/controller.js" defer></script> <script src="./script/controller.js" defer></script>
<script src="./script/menuController.js" defer></script> <script src="./script/menuController.js" defer></script>
<link rel="stylesheet" href="./style/index.css" /> <link rel="stylesheet" href="./style/index.css" />
<link rel="icon" href="./img/Tetris.ico" type="image/x-icon" />
</head> </head>
<body> <body>