-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 804 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype HTML>
<html>
<head>
<title>DroidWorks</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="video"></div>
<div class="buttons">
<ul>
<li><button class="controls" type="button">1</button></li>
<li><button class="controls" type="button">1</button></li>
<li><button class="controls" type="button">1</button></li>
<li><button class="controls" type="button">1</button></li>
<li><button class="controls" type="button">1</button></li>
<li><button class="controls" type="button">1</button></li>
</ul>
</div>
<form id="connect" method="post">
<label for="ip">IP:</label>
<input type="text" id="ip" />
<br />
<label for="port">Port:</label>
<input type="text" id="port" />
<button id="send" type="submit">Send</button>
</form>
</body>
</html>