Files
SoftwareX/index.html
T
2026-08-23 15:30:39 +02:00

17 lines
775 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BM Connect | Community-Powered Software</title>
<meta name="application-name" content="BM Connect" />
<meta name="description" content="BM Connect is a community-powered software ecosystem built by BirthdayMessaging.io." />
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%230f172a'/%3E%3Cpath d='M16 45V19h8l8 11 8-11h8v26h-8V32l-8 10-8-10v13z' fill='%23f97316'/%3E%3C/svg%3E" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>