blob: 6d40584c3e9ae1e45c1c12a23a7c09d4b8e7245f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- prettier-ignore -->
<script id="__bunfallback" type="binary/peechy">{[blob]s}</script>
{[preload]s}
</head>
<body style="visibility: hidden"></body>
<!-- prettier-ignore -->
<script id='__bun_fallback_script' type="application/javascript">{[fallback]s}</script>
<!-- prettier-ignore -->
<script async type="module">{[entry_point]s}</script>
</html>
|