forked from Zosoled/ExtraLifeStreamer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExtraLifeStreamer.html
More file actions
22 lines (22 loc) · 794 Bytes
/
Copy pathExtraLifeStreamer.html
File metadata and controls
22 lines (22 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<script src="js/ExtraLifeStreamer.js"></script>
<meta charset="UTF-8">
<title>ExtraLifeStreamer</title>
</head>
<body>
<h1>ExtraLifeStreamer</h1>
<h2>Enter your Extra Life participant ID below and launch your desired
modules to add them as browser sources in your streaming software.</h2>
<form method="GET" target="_blank">
<label for="id">Participant ID</label>
<input name="id" id="id" type="text" onkeyup="formatId(this)">
<fieldset>
<legend>Click to Launch</legend>
<button formaction="html/GoalMeter.html" disabled="disabled">GoalMeter</button>
<button formaction="html/DonationList.html" disabled="disabled">DonationList</button>
</fieldset>
</form>
</body>
</html>