forked from arilotter/uoitsched
-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
17 lines (17 loc) · 827 Bytes
/
homepage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<p>Enter your MyCampus username and password, smash that button, and you'll receive a file that you can import into Google Calendar, iCloud, or whatever other calendar service you may use.</p>
<p>Your username and password are <b>never</b> saved, logged, or viewed in any way.</p>
<form action="/schedule" method="post">
<div class="divider">
<label for="username">Username</label>
<input type="text" id="username" name="username" pattern="^[0-9]{9}$">
</div>
<div class="divider">
<label for="password">Password</label>
<input type="password" id="password" name="password">
</div>
<div class="divider">
<label for="start_date">Start Date</label>
<input type="text" id="start_date" name="start_date" value="2022-01-03">
</div>
<button type="submit">Create my schedule! 🙏</button>
</form>