-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.ejs
33 lines (33 loc) · 1.63 KB
/
index.ejs
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
<!DOCTYPE html>
<html>
<head>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114369504-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114369504-2');
</script>
<!-- Google Adsense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Cache-Control" content="no-cache">
<meta name="keywords" content="GNIB, IRP, Re-Entry Visa, Irish Residence Permit, Appointments, INIS"/>
<meta name="description" content="Find appointment slots for GNIB (Irish Residence Permit) without hassle"/>
<meta name="robots" content="index,follow" />
<meta name="author" content="Harshad Ranganathan">
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
<meta name="og:title" content="GNIB (IRP) & Re-Entry Visa Appointments"/>
<meta name="og:type" content="website"/>
<meta name="og:description" content="Find appointment slots for GNIB (Irish Residence Permit) without hassle"/>
<title>GNIB (IRP) & Re-Entry Visa Appointments</title>
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<div class="container"></div>
</body>
</html>