mirror of
https://github.com/osmarks/website
synced 2025-12-05 05:58:05 +00:00
4D tic-tac-toe (real)
This commit is contained in:
12
experiments/tictactoe4d/dist/index.html
vendored
Normal file
12
experiments/tictactoe4d/dist/index.html
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user