Update index.html

This commit is contained in:
Silver Kuusik 2018-06-30 19:21:17 +02:00 committed by GitHub
parent 6adc835900
commit 85650892d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
<img class="logo" src="assets/img/logo.png" alt="logo"> <img class="logo" src="assets/img/logo.png" alt="logo">
<div class="input-group"> <div class="input-group">
<span class="input-group-addon" id="robot-label">robot name</span> <span class="input-group-addon" id="robot-label">robot name</span>
<input type="text" class="form-control" id="robot-id" placeholder="sumo-ID" /> <input type="text" class="form-control" id="robot-id" placeholder="SumoRobot ID" />
</div> </div>
<div class="btn-group btn-group-robot" role="group" aria-label="robots"> <div class="btn-group btn-group-robot" role="group" aria-label="robots">
<a href="#" class="btn btn-lg btn-robot-go">GO!</a> <a href="#" class="btn btn-lg btn-robot-go">GO!</a>