-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (25 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.css" media="screen,projection" />
<link type="text/css" rel="stylesheet" href="css/style.css" media="screen,projection" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8">
<title>SDM-APP</title>
</head>
<body>
<div class="container tmargin-100">
<p class="center white-text flow-text">This application will provide you with evidence-based information about the treatment or support options for your difficulties. This will help you make an informed decision about your care.
</p>
</div>
<div class="container center tmargin-50">
<a href="./interactive/interactive.html" class="waves-effect white teal-text waves-light btn-large btn width-30 hov-orange">INTERACTIVE</a>
<a href="./depression.html" class="waves-effect waves-light btn-large btn width-30 hov-blue">Q&A</a>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="js/nextQuestion.js"></script>
</body>
</html>