mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
19 lines
426 B
HTML
19 lines
426 B
HTML
{%extends 'base.html'%}
|
|
|
|
{%block head%}
|
|
|
|
{%endblock%}
|
|
|
|
{%block content%}
|
|
<div class="container">
|
|
<div class="image-section">
|
|
<img src="kobuki.jpg" alt="Kobuki Robot" id="robot-image">
|
|
</div>
|
|
<div class="button-section">
|
|
<button class="btn">1</button>
|
|
<button class="btn">2</button>
|
|
<button class="btn">3</button>
|
|
<button class="btn">4</button>
|
|
</div>
|
|
</div>
|
|
{%endblock%} |