mirror of
https://github.com/preactjs/wmr.git
synced 2026-01-25 15:08:00 +00:00
13 lines
313 B
HTML
13 lines
313 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>WMR</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<link rel="preload" as="script" href="/index.tsx" crossorigin />
|
|
</head>
|
|
<body>
|
|
<script type="module" src="/index.tsx"></script>
|
|
</body>
|
|
</html>
|