navbar
This commit is contained in:
@ -64,4 +64,4 @@ button:not(:disabled):active {
|
||||
|
||||
button:focus {
|
||||
border-color: #666;
|
||||
}
|
||||
}
|
||||
|
BIN
www/public/images/id-hand-drawn-symbol.png
Normal file
BIN
www/public/images/id-hand-drawn-symbol.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
www/public/images/mosaic-of-four-hand-drawn-squares-tiles.png
Normal file
BIN
www/public/images/mosaic-of-four-hand-drawn-squares-tiles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
BIN
www/public/images/next-user-hand-drawn-interface-symbol.png
Normal file
BIN
www/public/images/next-user-hand-drawn-interface-symbol.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
@ -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>
|
||||
|
Reference in New Issue
Block a user