Some basic CSS

This commit is contained in:
Nox Sluijtman 2023-07-05 13:47:16 +02:00
parent 89bffd0f62
commit e7cd2712b1
3 changed files with 52 additions and 8 deletions

View file

@ -3,15 +3,17 @@
<head>
<meta charset="UTF-8"/>
<meta name="vieport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="/style.css"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<title>Brown Wall</title>
</head>
<body>
<h1>Brown Wall</h1>
<h3>A wall which has been hit with a considerable amount of faeces.</h3>
<noscript>Enable JS to use this application.</noscript>
<div id="menu-container" class="menu-container">
</div>
<main>
<h1>Brown Wall</h1>
<h3>A wall which has been hit with a considerable amount of faeces.</h3>
<noscript>Enable JS to use this application.</noscript>
<div id="menu-container" class="menu-container">
</div>
</main>
</body>
<script src="main.js"></script>
</html>