forked from marva/sumorobot-web
add svg logo
This commit is contained in:
parent
23af7025f0
commit
d57afa65d5
@ -15,7 +15,9 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="panel">
|
<div id="panel">
|
||||||
<img src="logo.png" alt="logo">
|
<object type="image/svg+xml" data="logo.svg">
|
||||||
|
RoboKoding logo
|
||||||
|
</object>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<span class="input-group-addon robot-nr">1</span>
|
<span class="input-group-addon robot-nr">1</span>
|
||||||
<input type="text" class="form-control robot-id" placeholder="ID" />
|
<input type="text" class="form-control robot-id" placeholder="ID" />
|
||||||
|
Loading…
Reference in New Issue
Block a user