-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>wuwaconf - Wuthering Waves DB Editor</title>
<meta property="og:type" content="website">
<meta property="og:url" content="https://wuwa.kyou.dev">
<meta property="og:site_name" content="wuwaconf - Wuthering Waves DB Editor">
<meta property="og:image" itemprop="image primaryImageOfPage"
content="https://wuwa.kyou.dev/favicon.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:domain" content="wuwa.kyou.dev">
<meta name="twitter:title" property="og:title" itemprop="name" content="wuwaconf - Wuthering Waves DB Editor">
<meta name="twitter:description" property="og:description" itemprop="description"
content="A simple web Wuthering Waves FPS Unlocker. Drag and drop your LocalStorage.db file onto the page, tweak the configuration, and download the modified file all in your browser without any downloads or sending your data anywhere.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>