mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +00:00
19 lines
No EOL
473 B
HTML
19 lines
No EOL
473 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
<meta name="theme-color" content="#191c20">
|
|
<title>Miru</title>
|
|
|
|
<link rel='icon' href='/logo.ico'>
|
|
<link href="/lib/Material-Icons.css" rel="stylesheet">
|
|
|
|
<script defer type="module" src="./src/main.js" async></script>
|
|
</head>
|
|
|
|
<body class="dark-mode with-custom-webkit-scrollbars with-custom-css-scrollbars">
|
|
</body>
|
|
|
|
</html> |