Compare commits

...

2 commits

Author SHA1 Message Date
131f0ecdb6 Remove old css asset 2025-12-29 17:07:00 +01:00
f5f4e6d8aa Remove call to guide.css that doesn't exists anymore 2025-12-29 16:33:27 +01:00
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@ body {
}
aside {
background: url(../assets/notebook.jpg);
width: fit-content;
margin-top: 10px;
}

View file

@ -13,7 +13,6 @@ BISOUS
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/guide.css">
<link rel="stylesheet" href="css/drag.css">
<script src="js/drag.js" defer></script>
<link rel="icon" type="image/x-icon" href="assets/stickers/ecran.png">