1
0
mirror of https://github.com/osmarks/website synced 2024-06-13 17:06:50 +00:00
website/experiments/tictactoe4d/dist/index.html
2024-01-30 16:46:38 +00:00

12 lines
234 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>4D Tic-Tac-Toe</title>
<link rel="stylesheet" href="app.css">
</head>
<body>
<div id="app"></div>
<script src="app.js"></script>
</body>
</html>