add labels

This commit is contained in:
Sem van der Hoeven
2023-05-29 12:41:12 +02:00
parent 8d021678da
commit 0ac76f788a
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ body {
float: left;
height: 500px;
border: 1px solid blue;
margin-right: 10px;
}
.lastpicture {

View File

@@ -13,8 +13,10 @@
<h1 class="header">5G Drone API</h1>
<div class="video">
<div class="mainvideo">
<p>Camera view:</p>
</div>
<div class="lastpicture">
<p>Last picture:</p>
<img id="picture">
</div>
</div>