-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcerti_req.html
30 lines (27 loc) · 1.16 KB
/
certi_req.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
<!doctype html>
<html lang="en-US">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118282809-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118282809-1');
</script>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>E-Conclave'18 Certificate Request</title>
<link rel="shortcut icon" href="http://e-conclave.in/favicon.ico">
<link rel="icon" href="http://e-conclave.in/favicon.ico">
<link rel="stylesheet" type="text/css" media="all" href="style.css">
</head>
<body>
<div id="topbar"><a href="index.html">Back to Certificate Download Portal</a></div>
<div id="w">
<h1>Kindly fill the form below</h1>
<div id="content">
<h1><iframe src="https://docs.google.com/forms/d/e/1FAIpQLSen9niDDwKrBZBUcKyicGph3wgRuZzKUp007L0VuMgSNjuklg/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe></h1>
</div><!-- @end #content -->
</div><!-- @end #w -->
</body>
</html>