mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-05-06 00:36:44 +00:00
fix html
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
<label for="presetName">Name</label>
|
||||
<input type="text" id="presetName" value="foobar" readonly="true" style="margin-bottom: 1%;"><br>
|
||||
|
||||
<label for="presetLangText">Programing Language</label>
|
||||
<label for="presetLangText">Programming Language</label>
|
||||
<input type="text" id="presetLang" value="Python3" readonly="true" style="margin-bottom: 1%;">
|
||||
|
||||
<textarea class="form-control" id="currentLoadTest" rows="20" style="color: #161616; font-family: 'Courier New', Courier, monospace;"></textarea>
|
||||
@@ -149,16 +149,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container transition" id="gameContainer" style="width: 50%; height: 50%;">
|
||||
<div class="container" id="gameContainer" style="width: 50%; height: 50%;">
|
||||
<!-- START FIRST ROW -->
|
||||
<div class="row" style="margin-top: 2%;">
|
||||
<!-- START SWITCH BUTTONS FOR MODE (GAME, PROGRAMMING)-->
|
||||
<div class="row" style="margin-bottom: 1%;">
|
||||
<div class="col text-center">
|
||||
<button type="button" id="gameModeButton" class="btn btn-light btn-green" onclick="startGameMode()">Game Mode</button>
|
||||
</div>
|
||||
<div class="col text-center">
|
||||
|
||||
</div>
|
||||
<div class="col text-center">
|
||||
<button type="button" id="programmingModeButton" class="btn btn-light btn-green" onclick="startProgrammingMode()">Programming Mode</button>
|
||||
|
||||
Reference in New Issue
Block a user