nof.moe/index.html

15 lines
483 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-04-03 09:21:30 +00:00
<link rel="icon" type="image/svg+xml" href="https://cdn.nofated.win/mc" />
2023-05-13 07:17:53 +00:00
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-04-03 09:21:30 +00:00
<title>Home · Nofated</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>