This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/static/game.html

10 lines
236 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Crafty Things</title>
<script src="/socket.io/socket.io.js"></script>
<script src="crafty-min.js"></script>
<script src="game.bundle.js"></script>
</head>
<body></body>
</html>