19 lines
549 B
HTML
19 lines
549 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="nl">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="creator" value="Genetic Lifeform and Beer Operating System - GLaBOS">
|
|
<title>JA! • IsDeFooBarOpen.nl</title>
|
|
<script src="bundle.js"></script>
|
|
</head>
|
|
<body class="open">
|
|
<div id="wrapper">
|
|
<h1>JA! De FooBar is open.</h1>
|
|
<h2>Nu kun je weer rustig ademhalen.</h2>
|
|
<strong id="greatest">Kom gezellig even langs.</strong>
|
|
<!-- This is not the greatest strong in the world, no no.
|
|
This is just attribute. -->
|
|
</div>
|
|
</body>
|
|
</html>
|