Midsomer Murders
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-07-17 21:48:04 +00:00
parent caf697a0dd
commit 30c91c76c1
1 changed files with 21 additions and 0 deletions

View File

@ -98,6 +98,27 @@ Whether you're a licensed ham or just a loyal viewer, add your name and help us
---
<style>
#namninsamling-lista-wrapper {
max-width: 400px;
border: 2px solid #888;
border-radius: 8px;
background-color: var(--md-code-bg-color);
padding: 0;
margin-bottom: 2rem;
overflow: hidden;
box-sizing: border-box;
}
#namninsamling-lista {
width: 100%;
height: 300px;
border: none;
display: block;
}
</style>
<iframe
id="namninsamling-lista"
src="/data/namnlista.html"