This commit is contained in:
2022-10-20 00:28:21 +02:00
parent cabdff7177
commit ae0eb2c65a
11 changed files with 126 additions and 92 deletions

View File

@ -64,4 +64,4 @@ button:not(:disabled):active {
button:focus {
border-color: #666;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -1,20 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Coucou</title>
<title>Coucou</title>
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" href="/global.css" />
<link rel="stylesheet" href="/build/bundle.css" />
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/build/bundle.css'>
<script defer src="/build/bundle.js"></script>
</head>
<script defer src='/build/bundle.js'></script>
</head>
<body>
</body>
</html>
<body></body>
</html>