Project-Image-Uploader/frontend/public/index.html
2025-10-15 21:33:00 +02:00

37 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Favicons: multiple sizes for different platforms -->
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/logo-16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/logo-32.png" />
<link rel="icon" type="image/png" sizes="180x180" href="%PUBLIC_URL%/logo-180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="%PUBLIC_URL%/logo-192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="%PUBLIC_URL%/logo-512.png" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#323377" />
<meta
name="description"
content="Share your images smoothly over the internet."
/>
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/logo-180.png" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/fc1a4a5a71.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="@sweetalert2/theme-material-ui/material-ui.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap" rel="stylesheet">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Image Uploader</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script src="sweetalert2/dist/sweetalert2.min.js"></script>
<script src="%PUBLIC_URL%/env-config.js"></script>
<div id="root"></div>
</body>
</html>