mirror of
https://github.com/Grasscutters/Meadow.git
synced 2024-11-27 06:10:28 +00:00
19 lines
420 B
HTML
19 lines
420 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/logo.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Grasscutters</title>
|
|
|
|
<script>
|
|
window["features"] = false;
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|