-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 1004 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>OpenRehab Reference</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Prociono" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="pagetitle mobilecontainer">
<h1 id="logo-title">OpenRehab</h1>
<h2 id="logo-subtitle">Reference</h2>
</div>
<div id="linkwrapper">
<ul class="linkbuttons mobilecontainer">
<a href="javascript:void(0)" title="Spinal Cord Injury" onclick="window.location='/sci/'"><li id="sci_btn">Spinal Cord Injury</li></a>
<a href="javascript:void(0)" title="Brain Injury" onclick="window.location='/tbi/'"><li id="tbi_btn">Brain Injury</li></a>
</ul>
</div>
<div id="footer" class="mobilecontainer"><img src="img/sinai-logo.jpg" width="50%" /></div>
</body>
</html>