|
|
|
@ -1,23 +1,29 @@
|
|
|
|
|
<script type="importmap">
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/strict.dtd">
|
|
|
|
|
<html xmlns="http://www.w3.org/TR/xhtml1/strict" >
|
|
|
|
|
<head>
|
|
|
|
|
<title>Simulador de Aerogeneradores y Parques Eólicos (SAPE), CSC-CONICET</title>
|
|
|
|
|
<script type="importmap">
|
|
|
|
|
{
|
|
|
|
|
"imports": {
|
|
|
|
|
"three": "https://cdn.jsdelivr.net/npm/three@0.136/build/three.module.js",
|
|
|
|
|
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.136/examples/jsm/"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans:wdth,wght@87.5,100..900&display=swap" rel="stylesheet">
|
|
|
|
|
<link href="style.css" rel="stylesheet">
|
|
|
|
|
<script type="module" src="js/main.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
</script>
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans:wdth,wght@87.5,100..900&display=swap" rel="stylesheet">
|
|
|
|
|
<link href="style.css" rel="stylesheet">
|
|
|
|
|
<script type="module" src="js/main.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
function hide() {
|
|
|
|
|
document.getElementById("popup").style.display = "none";
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="container">
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="container">
|
|
|
|
|
<div id="popup">
|
|
|
|
|
<div id="close" onclick="hide();">✗</div>
|
|
|
|
|
<div id="text">
|
|
|
|
@ -30,6 +36,6 @@ function hide() {
|
|
|
|
|
<div id="copyright">©2024 Centro de Simulación Computacional para Aplicaciones Tecnológicas (CSC) - CONICET</div>
|
|
|
|
|
<div id="rotate"><img src="assets/rotar_telefono.png" /><p>Rotá tu<br />dispositivo</p></div>
|
|
|
|
|
<div id="logo"><a href="http://www.csc.gob.ar"><img src="logooscuro.png" /></a></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|