21 lines
626 B
HTML
21 lines
626 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Auto 2026</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
</head>
|
|
<body class="bg-light">
|
|
|
|
<div class="container py-5">
|
|
<h1 class="mb-3">Auto 2026</h1>
|
|
<p class="lead">Einfache Bootstrap-Seite über Docker, nginx & Traefik.</p>
|
|
|
|
<button class="btn btn-primary">Call to Action</button>
|
|
</div>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html> |