-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
38 lines (34 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<!-- Meta Tags -->
<meta charset="UTF-8" />
<meta name="title" property="og:title" content="Find Top Talent & Jobs | Hiring Staff" />
<meta name="type" property="og:type" content="website" />
<meta name="url" property="og:url" content="https://hiring-staff.com/" />
<meta name="image" property="og:image" content="https://i.ibb.co.com/0rKvK9v/Hiring-Staff-Logo.png" />
<meta name="description"
content="Hiring platform designed to streamline the recruitment process for both job seekers and employers. " />
<meta name="author" content="SixEliteTalent - Team" />
<meta name="copyright" content="SixEliteTalent - Team Copyright owner" />
<meta name="robots" content="noindex" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Links -->
<link rel="icon" type="image/svg+xml" href="./src/assets/logo/hiring-staff.png" />
<title>Welcome To Hiring Staff - Find Jobs</title>
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="e64958c0-27ad-464b-bb55-a6bdbdec7bc0";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js">
</script>
<script type="text/javascript">
(function () {
emailjs.init({
publicKey: "028PSjl2WRnGl2zgy",
});
})();
</script>
</body>
</html>