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/index.html
2018-09-30 20:21:59 +02:00

13 lines
333 B
HTML

<!doctype html>
<html>
<head>
<title>Crafty Things</title>
<link rel="stylesheet" href="style.css" />
<script src="/socket.io/socket.io.js"></script>
<script src="/lib/jquery-3.3.1.min.js"></script>
<script src="/lib/crafty-min.js"></script>
<script src="app.min.js"></script>
</head>
<body />
</html>