VirtWebRemote/remote_frontend/index.html

14 lines
364 B
HTML
Raw Normal View History

2024-04-29 18:53:01 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-05-03 20:03:25 +00:00
<link rel="icon" type="image/svg+xml" href="/remote.svg" />
2024-04-29 18:53:01 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-05-03 20:03:25 +00:00
<title>VirtWebRemote</title>
2024-04-29 18:53:01 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>