Files
unisono/frontend/public/index.html
2025-10-15 16:07:56 +03:00

20 lines
650 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/logo.svg" /> <!-- Placeholder for new favicon -->
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="A real-time app for collaborative decision-making."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<script src="/config.js"></script>
<title>Unisono</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>