-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapply.html
56 lines (51 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Apply at Eonyx</title>
<link href="eonyx_assets/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="eonyx_assets/favicon.png" rel="apple-touch-icon">
<style>
html,
body {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
height: 100%;
font: inherit;
vertical-align: baseline;
}
.message-container {
display: flex;
align-items: center;
justify-content: center;
height: 40%;
text-align: center;
font-family: Arial, sans-serif;
font-size: 1.3em;
color: #333;
padding: 5px;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16535315129">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'AW-16535315129');
</script>
</head>
<body style="overflow">
<!-- <iframe frameborder="0" style="height:100%;width:100%;border:none;"
src='https://forms.zohopublic.in/afaan/form/CareersatEonyx/formperma/GLOOUozZcz_JdaJANOdIo1khFSWTo-X5U9oG-nq4IaA'></iframe> -->
<div class="message-container">
We are currently not accepting new applications.
Thank you for your interest in Eonyx!
</div>
</body>
<script src="https://sc.eonyx.io/index.js" data-o="eonyx"></script>
</html>