original commit

This commit is contained in:
2024-10-08 14:08:41 +02:00
parent da165ef4cf
commit 661d889f52
5 changed files with 224 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="keywords" content="html, css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="tu landing page for service technicians."
/>
<title>landing page</title>
<link rel="stylesheet" type="text/css" href="../style.css" />
</head>
<!-- BODY -->
<body>
Hello, external!
<!-- FOOTER -->
<footer class="footer">
<p>
Copyright 2024:
<a href="mailto:pec@softbox.de">Softbox GmbH</a><br />
</p>
</footer>
</body>
</html>