mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
29 lines
719 B
HTML
29 lines
719 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
<body style="visibility: hidden">
|
|
<!-- biome-ignore: format -->
|
|
<script id="__bunfallback" type="binary/peechy">
|
|
{[blob]s}
|
|
</script>
|
|
|
|
{[preload]s}
|
|
|
|
<script type="module" async src="/bun:error.js"></script>
|
|
|
|
<!-- biome-ignore: format -->
|
|
<script id="__bun_fallback_script" type="application/javascript">
|
|
{[fallback]s}
|
|
</script>
|
|
|
|
<!-- biome-ignore: format -->
|
|
<script async type="module">
|
|
{[entry_point]s}
|
|
</script>
|
|
<link rel="preload" type="text/css" as="style" href="/bun:erro.css" />
|
|
</body>
|
|
</html>
|