CoompanionApp/front/rules.html

17 lines
442 B
HTML
Raw Permalink Normal View History

2026-02-04 16:28:16 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>Negopoly | Rules</title>
<link rel="stylesheet" href="./rules.css" />
</head>
<body class="page-rules">
<div id="root"></div>
<script type="module" src="./rules.tsx"></script>
</body>
</html>