mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
15 lines
464 B
HTML
15 lines
464 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>WMR App</title>
|
|
<meta name="description" content="WMR App" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<link rel="icon" href="data:" />
|
|
<link rel="preload" as="script" href="/index.js" crossorigin />
|
|
<link rel="stylesheet" href="/style.css" />
|
|
</head>
|
|
<body>
|
|
<script type="module" src="/index.js"></script>
|
|
</body>
|
|
</html>
|