Files
VRCT/src-ui/windows/config_window/index.html
Sakamoto Shiina 60471eacde [bugifx] Resolve the error that can't import favicon.ico.
(the solution I added link tag is just facade. It's not working in fact.)
2024-07-30 04:49:36 +09:00

15 lines
417 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./assets/chato_icon_fill.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Settings</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./index.jsx"></script>
</body>
</html>