UNPKG

rune

Version:

CLI to upload your games to Rune

16 lines (15 loc) 411 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/> <title>Tic Tac Toe</title> </head> <body> <main> <div id="root"></div> </main> <script type="module" src="/src/logic.ts"></script> <script type="module" src="/src/client.ts"></script> </body> </html>