mcopy/app/server.html

10 lines
179 B
HTML
Raw Normal View History

2023-02-25 05:24:07 +00:00
<html>
<head>
<style>
html, body{
background: rgb(0, 0, 0);
}
</style>
<script src="http://localhost:{{PORT}}/client.js"></script>
</body>
</html>