"Add HTML Elements and Style" #3

Closed
johannes.vos wants to merge 15 commits from feature/layout-base into main
2 changed files with 25 additions and 25 deletions
Showing only changes of commit d78b3969c7 - Show all commits
+25 -25
View File
@@ -1,26 +1,26 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seekra</title>
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<header>
<h1>Seekra</h1>
<h3>Build to search.</h3>
</header>
<form id="searchbar">
<input type="search" id="search" name="search"><br>
<input type="submit" value="Suchen">
</form>
<footer>
<span>Version 1.1</span>
<time datetime="2026-05-01">02/05/2026</time>
<time datetime="20:30">12:35 CEST</time>
</footer>
</body>
<!DOCTYPE html>
<html lang="de">
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

It is not de but en

It is not de but en
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seekra</title>
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<header>
<h1>Seekra</h1>
<h3>Build to search.</h3>
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Please fix this spelling mistake (built to search)

Please fix this spelling mistake (*buil**t** to search*)
Outdated
Review

But should this be Seekra's slogan?

But should this be Seekra's slogan?
Outdated
Review

It's done.

It's done.
Outdated
Review

Just a placeholder

Just a placeholder
</header>
<form id="searchbar">
<input type="search" id="search" name="search"><br>
<input type="submit" value="Suchen">
</form>
<footer>
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Please use the HTML entity (&copy; instead of ©).

Please use the HTML entity (`&copy;` instead of `©`).
Outdated
Review

It is changed.

It is changed.
<span>Version 1.1</span>
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Please remove the version annotation; there is not version yet

Please remove the version annotation; there is not version yet
Outdated
Review

So better with © 2026 Seekra. All rights reserved.?

So better with © 2026 Seekra. All rights reserved.?
<time datetime="2026-05-01">02/05/2026</time>
<time datetime="20:30">12:35 CEST</time>
</footer>
</body>
</html>