add metadata

This commit is contained in:
2024-07-15 20:12:33 +02:00
parent 634ae2b457
commit 07d041b974
+17 -6
View File
@@ -1,13 +1,24 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Disciple of Land</title> <title>Disciple of Land</title>
</head> <meta property="og-title" content="Disciple of Land">
<body> <meta property="twitter:title" content="Disciple of Land">
<div id="app"></div> <meta property="og-type" content="website">
<script type="module" src="/src/main.js"></script> <meta name="description" content="Track timed gathering nodes in Final Fantasy XIV.">
</body> <meta property="og-description" content="Track timed gathering nodes in Final Fantasy XIV.">
<meta property="twitter:description" content="Track timed gathering nodes in Final Fantasy XIV.">
<meta property="og-url" content="https://dol.yht.one">
<meta property="twitter:url" content="https://dol.yht.one">
</head>
<body>
<noscript>
<strong>We're sorry but Disciple of Land doesn't work without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html> </html>