blob: 9e12f15416af4f4915263b0aea8ea082a40b1dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.svg" />
</head>
<body class="h-screen">
<div id="root"></div>
<script type="module" src="/app/main.tsx"></script>
<script>console.log(`#Albatross!`)</script>
</body>
</html>
|