næste side fix
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 37s

This commit is contained in:
2024-12-21 02:27:07 +01:00
parent 4c33ada9b2
commit 162591f527
2 changed files with 40 additions and 38 deletions

View File

@@ -16,9 +16,11 @@
<!-- Defer non-critical CSS -->
<link rel="stylesheet" href="/static/css/main.css?v={{ timestamp }}" media="print" onload="this.media='all';">
<noscript><link rel="stylesheet" href="/static/css/main.css?v={{ timestamp }}"></noscript>
<!-- Just to make lighthouse happy -->
<link rel="preload" href="/static/images/pic11.jpg" as="image">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" as="style">
</head>
<body class="is-preload">
<body class="is-preload" lang="dk">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->

View File

@@ -3,14 +3,14 @@
{% block title %}PortugalFAQ - Henriks og Erikas lille side{% endblock %}
{% block content %}
<section>
<section>
<header class="main">
<h1>Min Drøm om Portugal</h1>
<h2>En Frisk Start for Henrik og Erika</h2>
</header>
<span class="image main">
<img src="static/images/pic11.jpg" alt="Portugal" width="500" height="200"/>
<img src="static/images/pic11.jpg" alt="Portugal" width="500" height="200" class="responsive-image" loading="lazy" />
</span>
<hr class="major" />
@@ -40,5 +40,5 @@
praktiske skridt mod et nyt liv i Portugal. For mig og for Erika.
</p>
<hr class="major" />
</section>
</section>
{% endblock %}