mirror of
https://github.com/anoma/juvix.git
synced 2024-12-20 05:12:05 +03:00
512211da8e
* 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
10 lines
204 B
HTML
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>
|