Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/application1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div style="margin: auto; width: 100%"><div style="float: left; width: 200px; margin-right: 20px"><p>Enter the homework code and click the button.</p>
<p>Code:
<input style="color: #026e57;" type="text" id="homework" value="0" size="3" maxlength="3">
<input style="color: #026e57;" type="button" value="Send!" onClick="decode();">
<input style="color: #026e57; cursor: pointer;" type="button" value="Send!" onClick="decode();">
</p>
</div>
<DIV id="subjects" style="width: 160px; height: 210px; border: 1px solid black; padding: 0 0 0 10px; float:left; margin-bottom: 10px;text-align: left;"></DIV></div>
Expand Down