mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
26 lines
738 B
HTML
26 lines
738 B
HTML
<html>
|
|
<head>
|
|
<script type="module" src="./index.ts"></script>
|
|
|
|
<link rel="prefetch" href="https://bun.com/docs/bundler/plugins" />
|
|
<link rel="preconnect" href="https://bun.com" />
|
|
<link rel="preconnect" href="https://github.com" />
|
|
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/default.min.css"
|
|
/>
|
|
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/highlight.min.js"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/languages/toml.min.js"></script>
|
|
|
|
<script>
|
|
hljs.highlightAll();
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|