Presupuestador_web/client/index.html

17 lines
395 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Uecko</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="uecko"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>