Files
4play/ext/popup.html

28 lines
623 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="popup-style.css">
</head>
<body>
<div class="header">
<img src="icon.png">
4play
</div>
<div id="status"></div>
<form class="content">
<div class="option-wrapper">
<label for="ws_url">C&amp;C server</label>
<input type="text" name="ws_url" placeholder="Eg: ws://localhost:3030/cnc">
</div>
<div class="option-wrapper">
<label for="ws_url">Connect timeout (milliseconds)</label>
<input type="text" name="ws_timeout" placeholder="Eg: 5000">
</div>
</form>
<script src="popup.js"></script>
</body>
</html>