1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-20 05:12:05 +03:00
juvix/examples/milestone/TicTacToe/Web/index.html
Paul Cadman 512211da8e
Setup Clang before building docs in CI (#1433)
* Setup Clang before building docs in CI

* Debug CI

* Debug CI

* Debug CI

* Debug CI

* Fix JS name

* Fix copying of webapp resources to output folder
2022-08-04 09:19:03 +01:00

10 lines
204 B
HTML

<html>
<head>
<title>WebTicTacToe</title>
</head>
<body>
<canvas id="app" width=1600 height=900></canvas>
<script src="./tictactoe.js" type="text/javascript"></script>
</body>
</html>