Skip to content
Merged
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
19 changes: 13 additions & 6 deletions experiment/simulation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,22 @@
<div class="row">
<!-- Left: Problem, code, compile/run, output -->
<div class="col-lg-8 col-md-7 col-12 mb-3">
<div class="form-group mb-3">
<label for="problem-select"
><strong>Select Problem:</strong></label
>
<select class="form-control" id="problem-select"></select>
<div class="form-group mb-3" style="margin-bottom: 2rem">
<label for="problem-select" style="margin-bottom: 0.5rem">
<strong>Select Problem:</strong>
</label>
<select
class="form-control"
id="problem-select"
style="max-width: 220px"
></select>
</div>
<div id="problem-desc" class="problem-statement mb-3"></div>
<div id="code-template" class="code-area mb-3"></div>
<div class="d-flex flex-wrap gap-2 mb-2">
<div
class="d-flex flex-wrap gap-2 mb-2"
style="margin-bottom: 1.5rem"
>
<button id="submit-btn" class="btn btn-primary mr-2">
Compile
</button>
Expand Down
Loading