era-faktura-landing/static/index.html
2022-06-22 12:11:44 +02:00

52 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>era Faktura</title>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="EDV-Wasmeier" />
<meta name="description" content="##description##" />
<meta name="robots" content="all" />
</head>
<body id="era-faktura">
<div class="page-wrapper">
<section id="intro">
<header id="top-menu">
<ul>
<li>Menü</li>
<li>Support</li>
<li>Herunterladen</li>
</ul>
</header>
<div id="logo-content">
<img src="./img/ef_logo.png" />
<button>Support</button>
<button>Herunterladen</button>
</div>
<div id="tagline">
<p>Den Papierkram für Ihr Unternehmen schnell und einfach erledigt!</p>
</div>
</section>
<div class="content">
<h3>Leichte Bedienung</h3>
<img src="./img/bedienung.png" />
<p>Kurzer Erklärungstext</p>
</div>
<!-- ... -->
<footer>
<ul>
<li>Impressum</li>
<li>Datenschutz</li>
</ul>
</footer>
</div>
</body>
</html>