2019-11-27 13:25:04 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2020-01-23 00:18:07 +00:00
|
|
|
<head>
|
2019-11-27 13:25:04 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
2020-01-23 00:18:07 +00:00
|
|
|
<title>Horarios UNSA</title>
|
|
|
|
|
2020-04-21 12:22:23 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto|Sen&display=swap" rel="stylesheet">
|
2020-06-02 22:20:04 +00:00
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
2020-01-23 00:18:07 +00:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
<strong>
|
|
|
|
Increible lo que se puede hacer hoy en dia... Con JavaScript.
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
Actívalo para acceder a la página.
|
|
|
|
</strong>
|
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
2019-11-27 13:25:04 +00:00
|
|
|
</html>
|