2026-08-21 10:32:39 +08:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="zh-Hant">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self' data:; style-src 'self'; script-src 'self'" />
|
|
|
|
|
<title>Claude Pet</title>
|
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="stage">
|
|
|
|
|
<div id="bubble" class="hidden"><span id="bubble-text"></span></div>
|
2026-08-21 15:11:56 +08:00
|
|
|
<div id="controls"><button id="menu-btn" type="button" title="選單" aria-label="選單">☰</button></div>
|
2026-08-21 10:53:08 +08:00
|
|
|
<canvas id="sprite" width="126" height="137"></canvas>
|
2026-08-21 10:32:39 +08:00
|
|
|
</div>
|
|
|
|
|
<script src="renderer.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|