FCLauncher/fclauncher/frontend/index.html

13 lines
278 B
HTML
Raw Permalink Normal View History

2024-10-24 13:31:01 -06:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>fclauncher</title>
</head>
<body>
<div id="app"></div>
<script src="./src/main.ts" type="module"></script>
</body>
</html>