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

This commit is contained in:
Joakim Svensson 2025-07-17 12:51:52 +00:00
parent 6082e8e597
commit 10265791c7
1 changed files with 17 additions and 1 deletions

View File

@ -47,3 +47,19 @@ Were gathering names to kindly but firmly ask the show's writers:
Let amateur radio have its episode! Let amateur radio have its episode!
Whether you're a licensed ham or just a loyal viewer, add your name and help us show there's real interest in this story idea. Whether you're a licensed ham or just a loyal viewer, add your name and help us show there's real interest in this story idea.
---
<form action="http://localhost:5000/submit" method="post">
<label>Signal:</label><br>
<input type="text" name="signal" required><br>
<label>Förnamn:</label><br>
<input type="text" name="fornamn" required><br>
<label>Efternamn:</label><br>
<input type="text" name="efternamn" required><br><br>
<input type="submit" value="Skicka">
</form>
---
<iframe src="/namnlista.txt" width="100%" height="300px"></iframe>