mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 03:06:41 +01:00
sdf
This commit is contained in:
16
index.html
16
index.html
@@ -48,6 +48,10 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<video autoplay muted loop class="background-video">
|
||||
<source src="img/yt1z.net - Spik Span - Kampioene van de nach de11devande11de 2023 (720p) (1).mp4" type="video/mp4">
|
||||
|
||||
|
||||
|
||||
<!-- <div class="container mt-5">
|
||||
<h1 class="text-center">Koop je tickets voor Spik en Span!</h1>
|
||||
@@ -76,6 +80,18 @@
|
||||
</form>
|
||||
<div id="qrCodeContainer" class="mt-5 text-center"></div>
|
||||
</div>-->
|
||||
|
||||
<div class="container">
|
||||
<h2>Spik&Span</h2>
|
||||
<p>Heb je vragen of wil je contact opnemen? Vul het onderstaande formulier in.</p>
|
||||
<form action="#" method="post">
|
||||
<input type="text" name="naam" placeholder="Je naam" required>
|
||||
<input type="email" name="email" placeholder="Je e-mail" required>
|
||||
<textarea name="bericht" placeholder="Je bericht" rows="5" required></textarea>
|
||||
<button type="submit">Verstuur</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user