You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
531 B
23 lines
531 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link
|
|
rel="stylesheet" href="bootstrap/css/bootstrap.min.css"
|
|
/>
|
|
</head>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="footer mt-auto py-3 bg-body-tertiary">
|
|
<div class="container">
|
|
<hr>
|
|
<span class="text-body-secondary">MZ WTL - 2026@Lukáš Tyle.</span>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|