Midsomer Murders
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
6082e8e597
commit
10265791c7
|
@ -47,3 +47,19 @@ We’re 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>
|
Loading…
Reference in New Issue