Files
censo2020Front/index.html
T
2020-08-04 21:19:29 -05:00

12 lines
253 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="./src/img/escudo-unam.ico">
<title>Censo</title>
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>
</html>