Files
gw2-tools/gw2-tools-ui/public/index.html
2024-01-22 01:26:17 +01:00

20 lines
600 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta
name="description"
content="Tools for for Guild Wars 2"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Drop rate research</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>