"Add HTML Elements and Style" #3

Closed
johannes.vos wants to merge 15 commits from feature/layout-base into main
Showing only changes of commit 40a5201e03 - Show all commits
+19 -19
View File
5
@@ -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">
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.
<title>Seekra</title> <title>Seekra</title>
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.?
<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>