horarios-v3/index.html

22 lines
693 B
HTML
Raw Permalink 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"/>
2022-04-05 23:31:33 +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
2022-04-05 23:31:33 +00:00
<link rel="stylesheet" href="/css/phosphor.min.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>
2022-04-05 23:31:33 +00:00
<script type="module" src="/src/index.tsx"></script>
2021-01-14 23:24:55 +00:00
</body>
2021-01-14 15:26:29 +00:00
</html>