2022-07-06 04:15:11 +00:00
|
|
|
<!DOCTYPE html>
|
2022-08-26 23:13:18 +00:00
|
|
|
<html lang="es">
|
2022-07-06 04:15:11 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2022-07-20 01:48:51 +00:00
|
|
|
<title>Katoikia</title>
|
2022-07-06 04:15:11 +00:00
|
|
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<link rel="icon" type="image/x-icon" href="%PUBLIC_URL%/favicon.ico" />
|
2022-07-21 06:43:41 +00:00
|
|
|
<link id="theme-link" rel="stylesheet" href="%PUBLIC_URL%/assets/themes/khaki/theme.css">
|
2022-07-06 04:15:11 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<noscript> You need to enable JavaScript to run this app. </noscript>
|
|
|
|
<div id="root">
|
|
|
|
<div class="splash-screen">
|
|
|
|
<div class="splash-container">
|
|
|
|
<div class="splash-double-bounce1"></div>
|
|
|
|
<div class="splash-double-bounce2"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|