enprogreso/index.html

13 lines
300 B
HTML
Raw Permalink Normal View History

2023-04-30 20:39:57 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-05-10 11:54:38 +00:00
<title>EnProgreso Beta</title>
2023-04-30 20:39:57 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>