13 lines
332 B
HTML
13 lines
332 B
HTML
<!doctype html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=500" />
|
|
<title>Sammo HiDCHe - Game</title>
|
|
</head>
|
|
<body class="bg-black text-white">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|