brown-wall/brown-wall.html

23 lines
610 B
HTML
Raw Permalink Normal View History

2023-07-04 17:00:23 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="vieport" content="width=device-width, initial-scale=1"/>
2023-07-05 13:47:16 +02:00
<link rel="stylesheet" type="text/css" href="style.css"/>
2023-07-04 17:00:23 +02:00
<title>Brown Wall</title>
</head>
<body>
2023-07-05 13:47:16 +02:00
<main>
<h1>Brown Wall</h1>
<h3>A wall which has been hit with a considerable amount of faeces.</h3>
<div id="menu-container" class="menu-container">
2023-11-01 17:13:20 +01:00
<noscript>Enable JS to use this application.</noscript>
2023-07-05 13:47:16 +02:00
</div>
2023-11-01 17:13:20 +01:00
<input type="file" id="selectFiles" value="Import"/>
<button id="import">Import</button>
2023-07-05 13:47:16 +02:00
</main>
2023-07-04 17:00:23 +02:00
</body>
<script src="main.js"></script>
</html>