-
Notifications
You must be signed in to change notification settings - Fork 1
/
claim.html
34 lines (29 loc) · 1.04 KB
/
claim.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="MITAFEST">
<meta name="theme-color" content="#000000">
<link rel="stylesheet" href="./assets/css/pay.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Enter the RefNo.</title>
<script defer src="./assets/js/idbkeyval.js"></script>
<script defer src="./assets/js/html2canvas.js"></script>
<script defer src="./assets/js/claim.js"></script>
</head>
<body>
<div class="wrapper">
<span class="welcomeHeader">
Enter the transaction RefNo. to continue...
</span>
<div class="passes"></div>
<div class="userInformation">
<input type="text" placeholder="Enter the RefNo." id="refNoInput">
<div class="buttonsContainer">
<button type="button" id="claim" class="submit">Claim 🎫</button>
</div>
</div>
</div>
</body>
</html>