Files

13 lines
328 B
HTML
Raw Permalink Normal View History

2020-08-03 21:26:08 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2020-10-13 20:19:54 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2020-08-03 21:26:08 -05:00
<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>