2025-06-30 12:37:33 +02:00
|
|
|
<!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">
|
2025-08-27 14:00:38 +02:00
|
|
|
<table id="rsvpsTable">
|
|
|
|
|
<tbody></tbody>
|
|
|
|
|
</table>
|
2025-06-30 12:37:33 +02:00
|
|
|
</div>
|
|
|
|
|
<script src="/rsvps_list.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|