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

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Loading…
Cancel
Save