priprave spletne strani

This commit is contained in:
Your Name
2026-04-10 13:12:18 +02:00
parent b74366a546
commit a44753b2f2
3 changed files with 90 additions and 0 deletions

25
website/index.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>brum brum</title>
<link type="text/css" rel="stylesheet" href="./style.css">
</head>
<body>
<div id="dalinec">
<button class="button" id="levo">
</button>
<button class="button" id="gor">
</button>
<button class="button" id="dol">
</button>
<button class="button" id="desno">
</button>
</div>
</body>
</html>