18 lines
460 B
HTML
18 lines
460 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>🚧 game_client</title>
|
|
|
|
<!-- Uncomment this if you add the TailwindCSS integration -->
|
|
<!-- <link rel="stylesheet" href="/priv/static/game_client.css"> -->
|
|
<script type="module" src="/priv/static/game_client.mjs"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|