rsvp.html (917B) [raw]
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width,initial-scale=1"> 6 <link rel="stylesheet" href="/style.css"> 7 <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png"> 8 <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png"> 9 <title>Alex & Jennie's Wedding</title> 10 </head> 11 12 <body> 13 <h1 class="index-title">Alex <small>&</small> Jennie</h1> 14 <p class="subtitle">Tie the Knot</p> 15 <nav> 16 <a href="/">Home</a> 17 <a href="/story.html">Our Story</a> 18 <a href="/event.html">Event</a> 19 <a href="/travel.html">Travel</a> 20 <a href="/registry.html">Registry</a> 21 </nav> 22 <h2>RSVP</h2> 23 <p>Check back soon for a form to fill out!</p> 24 <footer>Copyright 2022, Alex Karle (<a href="license.html">License</a>)</footer> 25 </body> 26 </html>