-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.62 KB
/
index.html
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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://lilljenn.github.io/Health-Informatics/css.css">
<link rel="icon" href="https://lilljenn.github.io/Health-Informatics/logo.jpg.png">
</head>
<body>
<div class="topnav" id="myTopnav">
<a class="active" href="/Health-Informatics/index" onclick="showLinks()">Home</a>
<a href="/Health-Informatics/disease" onclick="showLinks()">Disease</a>
<a href="/Health-Informatics/medication" onclick="showLinks()">Medication</a>
<a href="/Health-Informatics/summary" onclick="showLinks()">Summary</a>
<a href="/Health-Informatics/prediction" onclick="showLinks()">Prediction</a>
<a href="/Health-Informatics/about" onclick="showLinks()">About</a>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="showLinks()">☰</a>
</div>
<p class="title">
Health Informatics: Catatonia
</p>
<br/>
<p>
Information regarding <a href="/Health-Informatics/disease">diagnosis</a> and <a href="/Health-Informatics/medication">medications</a> for catatonia are provided through <a href="/Health-Informatics/summary">summative</a> and <a href="/Health-Informatics/prediction">predictive</a> analyses. If you want to learn more about the website, please visit the <a href="/Health-Informatics/about">about</a> page.
</p>
<picture>
<img src="logo.jpg.png" class="center" alt="logo for Health Informatics">
</picture>
<script src="https://lilljenn.github.io/Health-Informatics/resize.js"></script>
</html>