2020-08-03 21:26:08 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<link rel="icon" href="./src/img/escudo-unam.ico">
|
2020-08-04 21:19:29 -05:00
|
|
|
<title>Censo</title>
|
2020-08-03 21:26:08 -05:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script src="/dist/build.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|