mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
15 lines
342 B
HTML
15 lines
342 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Macro test</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="stylesheet" href="/styles.css" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<script async type="module" src="/components/index.tsx"></script>
|
|
</body>
|
|
</html>
|