2022-02-22 21:53:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<meta charset="utf8">
|
|
|
|
|
2022-02-23 09:52:31 +00:00
|
|
|
<link rel="shortcut icon" href="./favicon.png">
|
2022-02-22 21:53:28 +00:00
|
|
|
<link rel="stylesheet" href="./index.css">
|
|
|
|
|
|
|
|
<div class="centering">
|
|
|
|
<h1>Qwörtle</h1>
|
|
|
|
<div id="main">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="./index.js"></script>
|