forked from marva/sumorobot-web
add css comments
This commit is contained in:
11
index.html
11
index.html
@@ -15,10 +15,10 @@
|
||||
<script src="sumorobot.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bar">Disconnected<span id="battery"></span></div>
|
||||
<div id="battery">Disconnected</div>
|
||||
|
||||
<div id="panel">
|
||||
<object type="image/svg+xml" data="logo.svg">
|
||||
<object class="logo" type="image/svg+xml" data="logo.svg">
|
||||
RoboKoding logo
|
||||
</object>
|
||||
<div class="input-group">
|
||||
@@ -46,16 +46,15 @@
|
||||
<label class="btn btn-primary active" id="remote-disabled">
|
||||
<input type="radio" name="remote" autocomplete="off" checked> Disabled
|
||||
</label>
|
||||
<label class="btn btn-primary" id="remote-enabled">
|
||||
<label class="btn btn-primary" id="remote-enabled">
|
||||
<input type="radio" name="remote" autocomplete="off"> Enabled
|
||||
</label>
|
||||
</label>
|
||||
</div>
|
||||
Remote control
|
||||
<!--<input type="checkbox" class="form-check-input big-checkbox" id="remote-control">-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<table class="blockly-table">
|
||||
<tr>
|
||||
<td id="blocklyArea"></td>
|
||||
<td id="blocklyCodeArea">
|
||||
|
Reference in New Issue
Block a user