-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoptions.html
26 lines (26 loc) · 1.04 KB
/
options.html
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
<!DOCTYPE html>
<html>
<head>
<title>EncounterBeyond Options</title>
<script src="options.js"></script>
</head>
<body style="margin: 5px;padding: 5px;">
<div style="white-space: nowrap;">
<img src="encounter38.png">
<span style="font-size: 24px; font-weight: bold;vertical-align: 9px;">EncounterBeyond</span>
</div>
<div align="center">
<p style="text-align: left; padding-left: 5px; padding-right: 5px;">
<label for="remoteHost">Send dice rolls to Encounter Plus Remote Host:</label><br>
<input style="width: 100%" id="remoteHost" type="text" name="remoteHost"><br>
<input id="autoHost" type="checkbox" name="autoHost">
<label for="autoHost">Automatically determine from web client</label><br>
<input id="sendVM" type="checkbox" name="sendVM">
<label for="sendVM">When sending damage from Vicious Mockery, send a random insult from the following list (one per line):</label><br>
<textarea style="width: 100%" rows="5" id="vmList"></textarea>
<div id="status"></div>
<button id="save" style="width: 100%; text-align: center;">Save</button>
</p>
</div>
</body>
</html>