ConnectForce/src/index.html
Manuel Thalmann 87fc24921b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add a favicon
2022-12-23 20:56:42 +01:00

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>