2021-01-14 15:26:29 +00:00
|
|
|
<!DOCTYPE html>
|
2021-01-14 23:24:55 +00:00
|
|
|
<html lang="es">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
2021-03-04 13:20:20 +00:00
|
|
|
<link rel="shortcut icon" href="./favicon.ico"/>
|
2021-01-14 23:24:55 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<meta name="theme-color" content="#000000"/>
|
2021-01-14 15:26:29 +00:00
|
|
|
|
2021-03-04 13:20:20 +00:00
|
|
|
<title>Horarios Unsa 2</title>
|
2021-01-14 15:26:29 +00:00
|
|
|
|
2021-01-14 23:24:55 +00:00
|
|
|
<link rel="stylesheet" href="css/phosphor.min.css">
|
|
|
|
<link rel="stylesheet" href="css/global.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
2021-01-14 15:26:29 +00:00
|
|
|
</html>
|