Files
syncer/apps/web/index.html
Syncer Deploy e93c1b026f
Some checks failed
build / image (push) Failing after 28s
deploy Syncer to a2acloud Kubernetes
2026-08-28 10:46:42 -03:00

18 lines
468 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Sync Arena — an authoritative multiplayer 3D browser shooter"
/>
<meta name="theme-color" content="#071019" />
<title>Sync Arena</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>