<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= game.name %></title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<div class="panel-grey" style="padding:20px; text-align:center;">
    <h1><%= game.name %></h1>
    <img src="/imggame/<%= game.image %>" alt="<%= game.name %>" style="max-width:300px; border-radius:12px;">
    <p>Selamat datang, <b><%= user.username %></b> | Saldo: <b><%= user.saldo %></b></p>
    <p>Halaman game HTML5 bisa diintegrasikan di sini (misal canvas slot atau iframe)</p>
    <a href="/" style="color:#fff; text-decoration:underline;">Kembali ke daftar game</a>
</div>
</body>
</html>