horarios-v2/public/index.html

26 lines
675 B
HTML
Raw Normal View History

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>
<link href="https://fonts.googleapis.com/css?family=Roboto|Sen&display=swap" 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>