Update formatting

This commit is contained in:
2026-05-02 15:08:10 +02:00
parent 30c4e55854
commit 40a5201e03
+4 -4
View File
@@ -15,13 +15,13 @@ 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>
@@ -35,5 +35,5 @@ limitations under the License.
<footer> <footer>
<p>&copy; 2026 Seekra. All rights reserved.</p> <p>&copy; 2026 Seekra. All rights reserved.</p>
</footer> </footer>
</body> </body>
</html> </html>