Files
bun.sh/examples/macros/public/index.html
Jarred Sumner 54dc9cfc8b upgrade
2021-09-27 01:45:53 -07:00

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>