replaced html file with pug template
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Pixel Battle</title>
|
||||
<meta charset="UTF-8">
|
||||
</head>
|
||||
<body style="background-color: grey;">
|
||||
<p>
|
||||
Server to connect:
|
||||
<input type="text" id="server-address" value="foxarmy.org"/>
|
||||
<input type="number" id="server-port" value="7865"/>
|
||||
<input type="button" id="server-button" value="connect" onclick="connect()">
|
||||
</p>
|
||||
<p>
|
||||
<input type="color" id="color" />
|
||||
<input type="button" id="submitColor" value="change color" onclick="changeColor()"/>
|
||||
</p>
|
||||
<canvas id="board" width="1920" height="1080" style="border:1px solid #000000;" display="block">
|
||||
</canvas>
|
||||
<canvas hidden id="hidden" width="1920" height="1080" style="border:1px solid #000000;" display="block">
|
||||
</canvas>
|
||||
<script type="text/javascript" src="./logic.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user