Update formatting

This commit is contained in:
2026-05-02 15:08:10 +02:00
parent 30c4e55854
commit 40a5201e03
+19 -19
View File
@@ -15,25 +15,25 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<html lang="en-US"> <html lang="en-US">
<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="assets/style/style.css"> <link rel="stylesheet" href="assets/style/style.css">
</head> </head>
<body> <body>
<header> <header>
<h1>Seekra</h1> <h1>Seekra</h1>
<h3>Built to search.</h3> <h3>Built 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>
<p>&copy; 2026 Seekra. All rights reserved.</p> <p>&copy; 2026 Seekra. All rights reserved.</p>
</footer> </footer>
</body> </body>
</html> </html>