horarios-v3/public/index.html

22 lines
690 B
HTML
Raw Normal View History

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">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
2021-01-14 23:24:55 +00:00
</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>