jennex

Our Wedding Site
git clone git://git.alexkarle.com.com/jennex
Log | Files | Refs | README | LICENSE

registry.html (1258B) [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 &amp; Jennie's Wedding</title>
     10   </head>
     11 
     12   <body>
     13     <h1 class="index-title">Alex <small>&amp;</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>Gift Registry</h2>
     23     <p>
     24       The only gift we ask for is your presence on our wedding
     25       day&mdash;having our friends and family travel to spend the day with
     26       us is more than enough! That said, if you feel strongly that
     27       you'd like to buy us a gift, we put together a
     28       <a href="http://www.zola.com/registry/jennieandalexseptember9">
     29 	wedding registry at Zola
     30       </a>.
     31     </p>
     32     <footer>Copyright 2022, Alex Karle (<a href="license.html">License</a>)</footer>
     33   </body>
     34 </html>