qwörtle/index.html
Arne Keller 9ecc069cb6 Favicon
2022-02-23 10:52:31 +01:00

14 lines
240 B
HTML

<!DOCTYPE html>
<meta charset="utf8">
<link rel="shortcut icon" href="./favicon.png">
<link rel="stylesheet" href="./index.css">
<div class="centering">
<h1>Qwörtle</h1>
<div id="main">
</div>
</div>
<script src="./index.js"></script>