mirror of
https://github.com/preactjs/wmr.git
synced 2026-01-25 15:08:00 +00:00
15 lines
465 B
HTML
15 lines
465 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" />
|
|
<script>try{let t=localStorage.theme;t&&t!='auto'&&document.documentElement.setAttribute('theme',t)}catch(e){}</script>
|
|
<link rel="stylesheet" href="/styles/index.css" />
|
|
<link rel="icon" href="/assets/wmr.svg" />
|
|
</head>
|
|
<body>
|
|
<script type="module" src="/index.js"></script>
|
|
</body>
|
|
</html>
|