diff options
| author | Daniel Hader <[email protected]> | 2026-06-03 22:32:09 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-06-03 22:32:09 -0500 |
| commit | 328d0cd912dfa5dbda53a09ecdfeaeb93504b560 (patch) | |
| tree | 5dbe78ebbe4c9df5b8bbcf4530a7f912dbb1b7a6 /static/submit.html | |
| parent | 51fac3f3b6f73b649ba8109b37d8ff311b905cd4 (diff) | |
submission logic and fetching submissions
Diffstat (limited to 'static/submit.html')
| -rw-r--r-- | static/submit.html | 5 |
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&! 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> |
