mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-06 01:16:50 -06:00
14 lines
277 B
HTML
Executable File
14 lines
277 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
<title>vastop</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="./src/main.tsx" type="module"></script>
|
|
</body>
|
|
</html>
|
|
|