Compare commits

..

No commits in common. "459d1687162b23b2e3249a83cda686d36fa2e306" and "2ae8f6b58d4d1f377f3f0adcd7e2ed3f08cb57e4" have entirely different histories.

3 changed files with 10 additions and 44 deletions

View file

@ -35,16 +35,14 @@
<a href="https://www.openstreetmap.org/node/2869212621"><h5 class="fontS">Open Map</h5></a>
</div>
</div>
<a href="/rsvp.html">
<div class="rsvpButton textCenter backgroundLightGreen hidden">
<p class="colorBlack">
R <br/>
S <br/>
V <br/>
P <br/>
</p>
</div>
</a>
<div class="rsvpButton textCenter backgroundLightGreen hidden">
<p class="colorBlack">
R <br/>
S <br/>
V <br/>
P <br/>
</p>
</div>
<script src="rsvp.js"></script>
</body>
</html>

View file

@ -1,29 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1 class="title fontXL textCenter backgroundLightGreen colorWhite">Collin and Lucy's Wedding</h1>
<div class="contents fontM">
<form action="/rsvp" method="post">
<p>
<label for="name-0">Name:</label>
<input type="text" id="name-0" name="name"/>
</p>
<p>
Age:
<label for="age-child-0">Child</label>
<input type="radio" id="age-child-0" name="child" value="true"/>
<label for="age-adult-0">Adult</label>
<input type="radio" id="age-adult-0" name="child" value="false"/>
</p>
<p>
<label for="diet-0">Dietary preferences:</label>
<textarea id="diet-0" name="dietaryPreferences"></textarea>
</p>
</form>
</div>
<script src="rsvp.js"></script>
</body>
</html>

View file

@ -3,11 +3,8 @@ module collinenlucy.nl
go 1.24.4
require (
github.com/AnthonyHewins/gotfy v0.0.10
github.com/mattn/go-sqlite3 v1.14.28
)
require (
github.com/AnthonyHewins/gotfy v0.0.10 // indirect
github.com/DATA-DOG/go-sqlmock v1.5.2 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/mattn/go-sqlite3 v1.14.28 // indirect
)