mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
16 lines
408 B
HTML
16 lines
408 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link
|
|
rel="stylesheet"
|
|
crossorigin="anonymous"
|
|
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&family=Space+Mono:wght@400;700&display=swap"
|
|
/>
|
|
<link rel="stylesheet" href="src/index.css" />
|
|
<script async src="src/index.tsx" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<div id="reactroot"></div>
|
|
</body>
|
|
</html>
|