-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
23 lines (23 loc) · 938 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vaccine Transactions</title>
<link rel="icon" href="./stateGov/public/129-wear-mask.svg"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assetsForVisualizer/home.css">
</head>
<body>
<div id="topContainer">
<input type="text" class="hashCode" id="hashId" placeholder="Enter the Hash Address of the account">
<input id="submitBtn" type="submit" value="Fetch Transactions">
</div>
<h1>CoviDapp Transactions</h1>
<div id="bottomContainer">
<h3>To view the transactions of an ID, enter the Hash Address above.</h3>
</div>
<script src="assetsForVisualizer/script.js"></script>
</body>
</html>