Private
Public Access
1
0
Files
Rasmus bc98df15e9
All checks were successful
Redeploy landing on Push / Explore-Gitea-Actions (push) Successful in 9s
added favicon
2025-12-27 05:25:17 +01:00

45 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}RasmusBendtsen.dk{% endblock %}</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="icon" href="https://fav.farm/%F0%9F%92%BE">
<script
defer
src="/stats/script.js"
data-website-id="f49205b0-9f0f-4772-bbc2-549721e7a095"
data-host-url="/stats">
</script>
</head>
<body>
<header>
<nav class="container">
<a href="/" class="logo">RasmusBendtsen.dk</a>
<ul class="nav-links">
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<main class="container">
<div class="layout-wrapper">
<section class="content-area">
{% block content %}{% endblock %}
</section>
</div>
</main>
<footer>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
</body>
</html>