horarios-v3/public/index.html

19 lines
520 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"/>
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"/>
<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-01-14 23:24:55 +00:00
<title>Horarios - Solid</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>