Update metadata

pull/3/head
TZGyn 2 years ago
parent 482e8d8ac3
commit 89c6abd33b
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -2,12 +2,19 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<link
rel="icon"
type="image/svg+xml"
href="/react.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<title>Shortener</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script
type="module"
src="/src/main.tsx"></script>
</body>
</html>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Loading…
Cancel
Save