parent
421e53fd20
commit
fbba816dbe
@ -1,23 +1,21 @@ |
|||||||
<!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 rel="icon" type="image/svg+xml" href="/robot-logo.png" /> |
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
<title>SGPT</title> |
<title>SGPT</title> |
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" /> |
<link rel="preconnect" href="https://fonts.googleapis.com" /> |
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
||||||
<link |
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap" |
||||||
href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap" |
rel="stylesheet" /> |
||||||
rel="stylesheet" |
<link href="https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap" rel="stylesheet" /> |
||||||
/> |
|
||||||
<link |
|
||||||
href="https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap" |
|
||||||
rel="stylesheet" |
|
||||||
/> |
|
||||||
</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> |
After Width: | Height: | Size: 318 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in new issue