-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (32 loc) · 1.07 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
30
31
32
33
<!DOCTYPE HTML>
<head>
<title>BlockRx</title>
<link rel="stylesheet" type="text/css" href="indexstyle.css">
</head>
<body>
<div class="content">
<nav class="header">
<div class = "nav-content">
<a class="logo">BlockRx</a>
<ul>
<li><a href= "index.html">Home</a></li>
<li><a href=#>My Account</a></li>
<li><a href=#>About</a></li>
</ul>
</div>
</nav>
<div class = "quoteBox">
<h1>BlockRx</h1>
<h2>BlockRx is a tool that helps to streamline and secure transactions
between patients and medical practitioners. It is built
on the Ethereum blockchain network to facilitate fast transactions,
proof of medical work, and patient history securely and safely.
</h2>
<input type="text" id="docAccess" name="Access Key" placeholder="Enter your Ether Address">
</div>
<div class="enter-content">
<a class = "patient" href= "healthchainz.html">Patient Sign In<a>
<a class = "doctor" href= "DoctorSignIn.html">Doctor Sign In<a>
</div>
</div>
</body>