/
home2
/
reumatologia
/
public_html
/
Upload File
HOME
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>SAR - Biblioteca</title> <link rel="icon" href="https://www.reumatologia.org.ar/img/favicon.ico" type="image/x-icon"> <style> body { margin: 0; padding: 0; background-color: white; display: flex; justify-content: center; align-items: start; height: 100vh; } img { margin-top: 50px; } </style> </head> <body> <img src="https://www.reumatologia.org.ar/img/logo_sar.png" alt="Logo SAR"> <script data-jsd-embedded data-key="c1f7b1b4-fc73-4f0f-8286-632b7d3a6f23" data-base-url="https://jsd-widget.atlassian.com" src="https://jsd-widget.atlassian.com/assets/embed.js"></script> </body> </html>