diff options
author | Michael Hunteman <michael@huntm.net> | 2024-03-26 18:09:04 -0700 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-03-26 18:12:56 -0700 |
commit | 32ade97a48d6ff2cc074d36038c4cdb89fc4fbb9 (patch) | |
tree | 3b5a875411f2410b8dd425b121e22ec48ca9bee4 /index.html | |
parent | d324b0d4c7600a57aad97d7bbb404a6b850af3bc (diff) |
Add schedule
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,10 +4,11 @@ <meta charset="UTF-8" /> <link rel="icon" href="/avatar.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Wedding</title> + <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> |