14 lines
240 B
HTML
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> |