mirror of https://github.com/TZGyn/shortener
Update metadata
parent
482e8d8ac3
commit
89c6abd33b
@ -1,13 +1,20 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<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"
|
||||||
</head>
|
href="/react.svg" />
|
||||||
<body>
|
<meta
|
||||||
<div id="root"></div>
|
name="viewport"
|
||||||
<script type="module" src="/src/main.tsx"></script>
|
content="width=device-width, initial-scale=1.0" />
|
||||||
</body>
|
<title>Shortener</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
<script
|
||||||
|
type="module"
|
||||||
|
src="/src/main.tsx"></script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue