-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.55 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
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="certificates/static/img/favicon.png" />
<link rel="stylesheet" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=JetBrains Mono' rel='stylesheet'>
<title>Ragam'23 Certificates</title>
<style>
</style>
</head>
<body>
<div class="App">
<div class="wrapper">
<div class="logos">
<!-- <img src="/static/img/fosscell-logo.png" alt="FOSSCell Logo"> -->
<img src="/static/img/ragam_logo_white.svg" height="100" width="100"/>
<!-- <img src="/static/img/csea-logo.jpg" alt="CSEA Logo"> -->
</div>
<h1>Ragam'23 Certificates</h1>
<form id="form">
<input class="form-control" type='text' id='ID' placeholder="Ragam ID"></input>
<button type='submit' id='button'>Submit</button>
</form>
<main role="main" class="main-container">
<h3 class="error">Invalid Ragam ID</h3>
<main class="main"></main>
</main>
</div>
</div>
<script src="./index.js"></script>
<script src="https://unpkg.com/pdf-lib/dist/pdf-lib.min.js"></script>
<script src="https://unpkg.com/@pdf-lib/[email protected]"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrious/4.0.2/qrious.min.js"></script>
</body>
</html>