-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapply.html
37 lines (32 loc) · 1.68 KB
/
apply.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/x-icon" href="assets/images/Favic.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Apply | EpsilonPi</title>
<link rel="stylesheet" href="assets/fonts/material-icon/css/material-design-iconic-font.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="main">
<a href="index.html" target="blank"><img src="assets/images/24@4x.png" alt="" style="margin: 0 auto;display: block;margin-top: -150px;"></a>
<iframe id="main1" width="2500px" height="2510px" src="https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAMAAAQAOQFUQkpBMTRJMVlYNVBDV0kxWU83WkhDRjY3SS4u" frameborder="0" marginwidth="0" marginheight="0" style="border: none; max-width:100%; max-height:100%;margin: 0 auto;display: block;"
allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
</div>
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/js/main1.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-23581568-13');
</script>
</body>
</html>