summaryrefslogtreecommitdiff
path: root/static/submit.html
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-06-03 22:32:09 -0500
committerDaniel Hader <[email protected]>2026-06-03 22:32:09 -0500
commit328d0cd912dfa5dbda53a09ecdfeaeb93504b560 (patch)
tree5dbe78ebbe4c9df5b8bbcf4530a7f912dbb1b7a6 /static/submit.html
parent51fac3f3b6f73b649ba8109b37d8ff311b905cd4 (diff)
submission logic and fetching submissions
Diffstat (limited to 'static/submit.html')
-rw-r--r--static/submit.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/submit.html b/static/submit.html
index 9cab87b..151fba5 100644
--- a/static/submit.html
+++ b/static/submit.html
@@ -16,6 +16,10 @@
<a href="index.html">Home</a>
<h1>C&amp;! Code Golf Leaderboard</h1>
<div id="submission-problem"></div>
+ <div id="error" hidden>
+ <span id="error-message" style="color: red"></span>
+ <br><br>
+ </div>
<h2>Submit Solution</h2>
<div id="submission-div">
<label for="submission-language">Language</label><br>
@@ -34,6 +38,7 @@
<option value="ruby">Ruby</option>
<option value="rust">Rust</option>
<option value="typescript">TypeScript</option>
+ <option value="zig">Zig</option>
<option value="other">Other (specify below)</option>
</select>
<br><br>