You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.4 KiB
HTML

<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>
function hide() {
document.getElementById("popup").style.display = "none";
}
</script>
<body>
<div id="container">
<div id="popup">
<div id="close" onclick="hide();"></div>
<div id="text">
<img src="logooscuro.png" style="width: 30vh;" /><br />
<p>Simulador de Aerogeneradores y Parques Eólicos (SAPE)</p>
<p>Centro de Simulación Computacional para Aplicaciones Tecnológicas - CONICET</p>
</div>
</div>
<div id="button" onclick="ws.simulate();">¡SIMULAR!</div>
<div id="copyright">&copy;2024 Centro de Simulación Computacional para Aplicaciones Tecnológicas (CSC) - CONICET</div>
<div id="rotate"><img src="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>