31 lines
1.0 KiB
HTML
31 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>tfld.de</title>
|
|
<link rel="stylesheet" href="mystyle.css">
|
|
</head>
|
|
<body>
|
|
<nav class="navbar" role="navigation" aria-label="main navigation">
|
|
<div class="navbar-brand">
|
|
<a class="navbar-item" href="https://bulma.io">
|
|
<img src="https://bulma.io/images/bulma-logo.png" alt="Bulma: Free, open source, and modern CSS framework based on Flexbox" width="112" height="28">
|
|
</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="container">
|
|
Hallo
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<div class="content has-text-centered">
|
|
<p>
|
|
<strong>tfld.de</strong> by <a href="https://max-hohlfeld.de">Max Hohlfeld</a> with <a href="https://bulma.io">Bulma</a>.
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|