-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 994 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Eurotunnel Boards</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta charset="UTF-8">
<meta name="keywords" content="Eurotunnel, Eurotunnel API">
<meta property="og:title" content="Eurotunnel Unoffical Boards">
<meta property="og:type" content="website">
<meta property="og:url" content="http://parr.cf">
<meta property="og:image" content="http://parr.cf/logo.png">
<meta property="og:description" content="We are a Unoffical Eurotunnel boards site NOT AFFILIATED WITH EUROTUNNEL">
<meta name="theme-color" content="#0007c4">
</head>
<style>
.body::-webkit-scrollbar {
display: none;
}
.body {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
</style>
<body class="body" style="background-color:#0007c4;margin:0;padding:0;">
<iframe src="iframe.html" frameborder="0" allowfullscreen
style="width:100%;height:100vh;"></iframe>
</body>
</html>