aktuelle online-Version inkl. Landingpage und styles.css
This commit is contained in:
42
template.html
Normal file
42
template.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- title start -->
|
||||
|
||||
<!-- title end -->
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="index.html">
|
||||
<h1>MR AI Consulting</h1>
|
||||
<p>Maximieren Sie Ihr Geschäftspotenzial mit KI Technologie</p>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<main>
|
||||
<!-- content start -->
|
||||
|
||||
<!-- content end -->
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2025 MR AI Consulting. Alle Rechte vorbehalten.</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="impressum.html">Impressum</a></li>
|
||||
<li><a href="datenschutz.html">Datenschutz</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user