ifms-pwd-web/index.html

15 lines
368 B
HTML
Raw Permalink Normal View History

2023-12-15 14:33:03 +00:00
<!DOCTYPE html>
<html lang="en">
2023-12-15 15:38:14 +00:00
<head>
2023-12-15 14:33:03 +00:00
<meta charset="UTF-8" />
2023-12-18 17:18:03 +00:00
<link rel="icon" href="./src/web/assets/favicon.png" />
2023-12-15 14:33:03 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-12-18 17:18:03 +00:00
<title>Trocar minha senha</title>
2023-12-15 15:38:14 +00:00
</head>
2023-12-15 14:33:03 +00:00
2023-12-15 15:38:14 +00:00
<body>
2023-12-15 14:33:03 +00:00
<div id="app"></div>
2023-12-15 15:38:14 +00:00
<script type="module" src="/src/web/main.ts"></script>
</body>
2023-12-15 14:33:03 +00:00
</html>