Files
Website/index.html
2025-06-01 03:13:14 +02:00

15 lines
528 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/felo-icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Felo Store - Premium App Features for Free</title>
<meta name="description" content="Get premium features for apps like Duolingo and Telegram completely free with Felo Store." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>