Last active
March 19, 2024 15:13
-
-
Save matteomallus/9f81eab6a668f60ff553b079b6b563f2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Pharma Tree Structure</title> | |
</head> | |
<body> | |
<ul> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1430">Lisinopril</a> | |
<ul> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1430#dosage-admin">Dosage and Administration</a></li> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1430#cauts">Cautions</a></li> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1430#di">Drug Interactions</a></li> | |
</ul> | |
</li> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1421">Ramipril</a> | |
<ul> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1421#dosage-admin">Dosage and Administration</a> | |
<ul> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1421#dosage">Dosage</a></li> | |
</ul> | |
</li> | |
</ul> | |
</li> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1533">Trandolapril</a> | |
<ul> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1533#dosage-admin">Dosage and Administration</a> | |
<ul> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1533#dosage">Dosage</a></li> | |
</ul> | |
</li> | |
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1533#di">Drug Interactions</a></li> | |
</ul> | |
</li> | |
</ul> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment