summaryrefslogtreecommitdiff
path: root/client/index.html
blob: 968bc13053ba1a19023bc156e35d1196edf3d752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" href="/avatar.png" />
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Playwrite+US+Trad:wght@100..400&display=swap" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Madison and Michael's Wedding</title>
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="/src/main.tsx"></script>
    <noscript>You need to enable JavaScript to run this app.</noscript>
  </body>
</html>