-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
25 lines (24 loc) · 840 Bytes
/
project.html
File metadata and controls
25 lines (24 loc) · 840 Bytes
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 lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Medicaid</title>
<link rel="stylesheet" href="styling.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script|Open+Sans|Satisfy|Tangerine|Work+Sans" rel="stylesheet">
</head>
<body background ="health.jpg">
<div class="first_div">
<p class="heading">
InvestigAIDer</p>
<h3 >Keep all your prescriptions in one place with the help of InvetigAIDer. No hassles of bundles of papers lying around the house</h3>
<button class="button" type="button" name="">Read More</button>
</div>
<div class="second_div">
<p>New to this website?</p>
<a href="register.html">Register</a>
<p>Already registered?</p>
<a href="signin.html">Sign In</a>
</div>
</body>
</html>