-
Notifications
You must be signed in to change notification settings - Fork 0
/
favicon.ico
65 lines (56 loc) · 3.34 KB
/
favicon.ico
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
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
VIP
</title><meta name="viewport" content="width=device-width, initial-scale=1" /><meta name="apple-mobile-web-app-capable" content="yes" /><meta name="mobile-web-app-capable" content="yes" /><meta name="apple-mobile-web-app-title" content="Downtown VIP" /><meta name="viewport" content="width=device-width, initial-scale=1" /><link href="css/styles.css" rel="stylesheet" /><link rel="apple-touch-icon" sizes="57x57" href="img/phoneicon/apple-icon-57x57.png" /><link rel="apple-touch-icon" sizes="72x72" href="img/phoneicon/apple-icon-72x72.png" /><link rel="apple-touch-icon" sizes="114x114" href="img/phoneicon/apple-icon-114x114.png" /><link rel="apple-touch-icon" sizes="144x144" href="img/phoneicon/apple-icon-144x144.png" /><link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script>
window.setInterval('refresh()', 5000);
// Call a function every 10000 milliseconds
// (OR 10 seconds).
// Refresh or reload page.
function refresh() {
window.location.reload();
}
</script>
<style>
a {color: #000000;}
.phonecolor{color:#000000!important;}</style>
</head>
<body>
<form method="post" action="./favicon.ico?id=favicon" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUINDYyMzU2NzYPZBYCAgMPZBYGAgEPDxYGHgRUZXh0BRVJbmdlbiBWSVAga29ydCBmdW5uZXQeCUZvcmVDb2xvcgqNAR4EXyFTQgIEZGQCAw8PFgIfAAUBMGRkAgUPDxYCHgdWaXNpYmxlaGRkZO+1c+2heYnBBpLTxbRTMRNqHxemXiDN6e2QZ1jh1n25" />
</div>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />
</div>
<div class="main-wrapper">
<div style="width: 100%">
<img src="img/v2/topp.png" style="width: 100%" />
</div>
<div style="width: 100%; height: 37px; padding-top:18px; background-image: url('../img/v2/goldplatter.png'); background-repeat:no-repeat; background-position: top center; background-size: contain; text-align:center;">
<span id="lblGuestName" style="color:Red;font-size:16px;font-weight:bold;">Ingen VIP kort funnet</span>
</div>
<div style="width:100%; height: 60px; margin-top: 5px; vertical-align: middle; color: #fff; font-size: 13px; text-align:center">
<span id="lblGuestCount" style="font-size:22px;font-weight:bold;">0</span> stk, gratis inngang
</div>
<div style="width: 100%; text-align: center; height: 41px">
<span id="lblCheckInDate" style="color:#FFA8A8;font-weight:bold;"></span>
</div>
<div>
<span id="lblCellPhone" class="phonecolor"></span>
</div>
<div style="width: 100%; color:#fff; text-align:center; padding-top:30px; font-style:italic; font-size: 14px">
Innsjekk gjøres av dørvakt<br />
og dere må komme samlet.<br />
* Du MÅ vise legitimasjon
</div>
<div style="width: 100%; color:red; text-align:center; padding-top:30px; font-style:italic; font-size: 26px">
</div>
</div>
<footer>
</footer>
</form>
</body>
</html>