All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
14 lines
378 B
HTML
14 lines
378 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Vier gewinnt</title>
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
<link rel="stylesheet" href="./styles/style.css" />
|
|
<script type="module" src="./js/main.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="game">
|
|
</div>
|
|
</body>
|
|
</html>
|