generated from Seekra/repository-template
"Add HTML Elements and Style" #3
+19
-19
@@ -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
|
|||||||
<title>Seekra</title>
|
<title>Seekra</title>
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
jakob.scheid
commented
Please remove the version annotation; there is not version yet Please remove the version annotation; there is not version yet
johannes.vos
commented
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>© 2026 Seekra. All rights reserved.</p>
|
<p>© 2026 Seekra. All rights reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user
Please use the HTML entity (
©instead of©).It is changed.