Spaces:
Running
Running
File size: 1,117 Bytes
34c7c0f cf903ed 34c7c0f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | <!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Buscador CIE-11</title>
<link rel="stylesheet" href="https://icdcdn.who.int/embeddedct/icd11ect-1.7.1.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<img src="buho.png" alt="Buho Logo" class="banner-image">
<h1>Buscador de Enfermedades por CIE-11</h1>
<div class="search-container">
<input type="text" class="ctw-input" autocomplete="off" data-ctw-ino="1" placeholder="Escribe un término de búsqueda...">
<div class="ctw-window" data-ctw-ino="1"></div>
</div>
<div class="footer">
<p>.</p>
</div>
</div>
<script src="icd11ect-1.7.1.js"></script>
<script>
const mySettings = {
apiServerUrl: "https://icd11restapi-developer-test.azurewebsites.net",
language: "es",
icdVersion: "2024-01"
};
ECT.Handler.configure(mySettings);
</script>
</body>
</html> |