-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmental-health.html
58 lines (47 loc) · 2.16 KB
/
mental-health.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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Productify - Mental Health</title>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Ubuntu&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.13.0/js/all.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.13.0/js/v4-shims.js"></script>
<!--Stylesheet-->
<link rel="stylesheet" href="styles.css">
</head>
<div id="navs"></div>
<script src="nav.js"></script>
<section>
<center>
<br></br>
<br></br>
<h2 class="pageTitle"><i class="fas fa-brain fa-1x insp-icon-no-bottom"></i> Mental Health</h2>
<div class="card mx-auto" style="width: 60rem;">
<body>
<div class="content">
<body onload="expandMental();"></body>
<div class="text-dark" id="mental"></div>
<div class="card">
<button onclick="expandMental()" class="btn">Generate</button>
</div>
</div>
<br><br><br><br><br><br>
</div>
</center>
<div class="row">
<div ID ="exp"class="col">col</div>
</body>
<script src="script.js">
window.onload = expandMental();
</script>
</div>
</section>
</html>