<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="color-scheme" content="light dark" />
    <title>RSVP done!</title>
    <meta name="description" content="Beth and Will are getting married" />

    <!-- Pico.css -->
    <link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/npm/@picocss/pico@2.0.6/css/pico.min.css"
    />

    <link
      rel="stylesheet"
      href="./res/css/overrides.css"
    />

    <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
     integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
     crossorigin=""/>
    <!-- Make sure you put this AFTER Leaflet's CSS -->
    <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
    integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
    crossorigin=""></script>

    <script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.4.0/dist/confetti.browser.min.js"></script>

    <script src="./res/js/main.js"></script>

    <!-- Font Awesome -->
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" />
    
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <!-- <link href="https://fonts.googleapis.com/css2?family=Prata&display=swap" rel="stylesheet"> -->
    <link href="https://fonts.googleapis.com/css2?family=Lugrasimo&family=Permanent+Marker&family=Prata&display=swap" rel="stylesheet">

  </head>

  <body id="bod" class="bg-autumn-1" style="overflow-x: hidden;">


    <!-- Main -->
    <main class="container">
     

      <section class="tac medium bg-autumn-1 pt-3">
        <i class="fas fa-question"></i> Page not found
      </section>



    <section id="rsvp" class="giant tac" style="margin-top:0px;">

        <div class="center-child fw bg-autumn-1"><hr class="short"></div>

        <p>How did you get here?</p>
        <a href="/"><button>Go home <i class="fas fa-home"></i></button></a>

        <br><br><br>
        <!-- <legend><strong>RSVP</strong></legend> -->

         

    </section>
  </body>
</html>
