10 lines
179 B
HTML
10 lines
179 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
html, body{
|
||
|
background: rgb(0, 0, 0);
|
||
|
}
|
||
|
</style>
|
||
|
<script src="http://localhost:{{PORT}}/client.js"></script>
|
||
|
</body>
|
||
|
</html>
|