19 lines
508 B
HTML
Executable File
19 lines
508 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<link rel="shortcut icon" href="./favicon.ico"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<meta name="theme-color" content="#000000"/>
|
|
|
|
<title>Horarios Unsa 2</title>
|
|
|
|
<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>
|
|
</html>
|