SloudhostPage/index.html
SloudPL df7dddae70
Some checks are pending
Release / release (push) Waiting to run
Test / Run tests (push) Waiting to run
Moved from GitHub
2025-03-19 12:13:58 +01:00

12 lines
322 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SloudPL</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>