Some basic CSS
This commit is contained in:
parent
89bffd0f62
commit
e7cd2712b1
3 changed files with 52 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue