This commit is contained in:
Richard Mikloš 2023-10-16 18:46:36 +02:00
parent da74fa8242
commit 78831736b0
2 changed files with 15 additions and 0 deletions

12
index.html Normal file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Adlerka</title>
</head>
<body>
</body>
</html>

3
style.css Normal file

@ -0,0 +1,3 @@
body {
background-color: #262930;
}