-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (34 loc) · 2.71 KB
/
index.html
File metadata and controls
84 lines (34 loc) · 2.71 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Chemicals</title>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="filter-buttons">
<div class="list-view-button"><i class="fa fa-bars" aria-hidden="true"></i> List view</div>
<div class="grid-view-button"><i class="fa fa-th-large" aria-hidden="true"></i> Grid view</div>
</div>
<ol class="list list-view-filter">
<li><a href = "drugtree/Biological Factors.html" target = "_blank" style = "color:white;">Biological Factors </a></li>
<li><a href = "drugtree/Biomedical and Dental Materials.html" target = "_blank" style = "color:white;">Biomedical and Dental Materials</a></li>
<li><a href = "drugtree/Biological Factors.html" target = "_blank" style = "color:white;">Biological Factors </a></li>
<li><a href = "drugtree/Carbohydrates.html" target = "_blank" style = "color:white;">Carbohydrates </a></li>
<li><a href = "drugtree/Chemical Actions and Uses.html" target = "_blank" style = "color:white;">Chemical Actions and Uses</a></li>
<li><a href = "drugtree/Complex Mixtures.html" target = "_blank" style = "color:white;">Complex Mixtures</a></li>
<li><a href = "drugtree/Enzymes and Coenzymes.html" target = "_blank" style = "color:white;">Enzymes and Coenzymes</a></li>
<li><a href = "drugtree/Heterocyclic Compounds.html" target = "_blank" style = "color:white;">Heterocyclic Compounds </a></li>
<li><a href = "drugtree/Hormones, Hormone Substitutes, and Hormone Antagonists.html" target = "_blank" style = "color:white;">Hormones, Hormone Substitutes, and Hormone Antagonists</a></li>
<li><a href = "drugtree/Inorganic Chemicals.html" target = "_blank" style = "color:white;">Inorganic Chemicals</a></li>
<li><a href = "drugtree/Lipids.html" target = "_blank" style = "color:white;">Lipids</a></li>
<li><a href = "drugtree/Macromolecular Substances.html" target = "_blank" style = "color:white;">Macromolecular Substances</a></li>
<li><a href = "drugtree/Organic Chemicals.html" target = "_blank" style = "color:white;">Organic Chemicals</a></li>
<li><a href = "drugtree/Polycyclic Compounds.html" target = "_blank" style = "color:white;">Polycyclic Compounds</a></li>
<li><a href = "drugtree/Amino Acids, Peptides, and Proteins.html" target = "_blank" style = "color:white;">Amino Acids, Peptides, and Proteins.html</a></li>
<li><a href = "drugtree/Nucleic Acids, Nucleotides, and Nucleosides.html" target = "_blank" style = "color:white;">Nucleic Acids, Nucleotides, and Nucleosides.csv</a></li>
</ol>
<script src="js/index.js"></script>
</body>
</html>