Change Folder structure

This commit is contained in:
2026-05-02 14:30:42 +02:00
parent f87de43634
commit d78b3969c7
2 changed files with 25 additions and 25 deletions
+25 -25
View File
@@ -1,26 +1,26 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="de">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seekra</title> <title>Seekra</title>
<link rel="stylesheet" href="style/style.css"> <link rel="stylesheet" href="style/style.css">
</head> </head>
<body> <body>
<header> <header>
<h1>Seekra</h1> <h1>Seekra</h1>
<h3>Build to search.</h3> <h3>Build to search.</h3>
</header> </header>
<form id="searchbar"> <form id="searchbar">
<input type="search" id="search" name="search"><br> <input type="search" id="search" name="search"><br>
<input type="submit" value="Suchen"> <input type="submit" value="Suchen">
</form> </form>
<footer> <footer>
<span>Version 1.1</span> <span>Version 1.1</span>
<time datetime="2026-05-01">02/05/2026</time> <time datetime="2026-05-01">02/05/2026</time>
<time datetime="20:30">12:35 CEST</time> <time datetime="20:30">12:35 CEST</time>
</footer> </footer>
</body> </body>
</html> </html>