2023-08-24 22:31:40 +00:00
|
|
|
<!DOCTYPE html>
|
2023-08-26 02:39:33 +00:00
|
|
|
<html lang="es">
|
|
|
|
<head>
|
2023-08-24 22:31:40 +00:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
<link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" />
|
2023-10-07 16:14:05 +00:00
|
|
|
<title>EEGSAC - Sistema interno</title>
|
2023-08-26 02:39:33 +00:00
|
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
2023-10-05 02:11:00 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&family=Inter:wght@400;700;900&display=swap" rel="stylesheet">
|
2023-08-29 16:14:33 +00:00
|
|
|
|
2023-10-30 20:28:36 +00:00
|
|
|
<style type="text/css">
|
|
|
|
@font-face {
|
|
|
|
font-family: "Amirt";
|
|
|
|
font-weight: bold;
|
|
|
|
src: url(/fonts/Amiri-Bold.ttf) format("truetype");
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "'Franklin Gothic Demi Cond'";
|
|
|
|
font-weight: bold;
|
|
|
|
src: url(/fonts/FRADMCN.ttf) format("truetype");
|
|
|
|
}
|
|
|
|
</style>
|
2023-08-26 02:39:33 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-08-24 22:31:40 +00:00
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
|
|
|
|
<script src="/src/index.tsx" type="module"></script>
|
2023-08-29 16:14:33 +00:00
|
|
|
|
|
|
|
<!-- DOCX -->
|
|
|
|
<script src="https://unpkg.com/docx@8.2.2/build/index.umd.js"></script>
|
2023-08-26 02:39:33 +00:00
|
|
|
</body>
|
|
|
|
</html>
|