summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index a24cf1f..567658b 100644
--- a/index.html
+++ b/index.html
@@ -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>