forked from epsilonpi-club/Aprilten
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapply.html
More file actions
30 lines (29 loc) · 1.65 KB
/
apply.html
File metadata and controls
30 lines (29 loc) · 1.65 KB
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">
<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"><img src="assets/images/24@4x.png" alt="" style="margin: 0 auto;display: block;margin-top: -150px;"></a>
<iframe id="main1" width="640px" height= "480px" src= "https://forms.office.com/Pages/ResponsePage.aspx?id=oBzDhDusrk6tEVGdgCM-b05kDCOS58pEpwQg0XprM21UQVhQMENKS1owUENIS0xQRDFSUTMxUThHSy4u&embed=true" frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh;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>