-
Notifications
You must be signed in to change notification settings - Fork 0
/
compatibility.html
executable file
·48 lines (44 loc) · 1.31 KB
/
compatibility.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" value="text/html; charset=utf-8;" />
<link rel="shorcut icon" href="fav.ico" />
<link rel="icon" type="image/png" href="fav.png" />
<title>LAMPS - Compatibility Issue</title>
<style type="text/css">
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700&subset=latin,latin-ext);
body {
background-color: #2e4272;
font-family: 'Ubuntu', sans-serif;
color: white;
font-weight: bold;
font-size: 30px;
}
body div {
width: 450px;
margin: auto;
margin-top: 50px;
}
span {
font-family: 'Oxygen', sans-serif;
font-size: 26px;
}
a {
color: #ffd600;
text-decoration: none;
}
</style>
</head>
<body>
<div>
<img src="fav.png" style="width: 36px; height: 36px; " /> <span>LAMPS</span>
<br /><br />
Your browser is not compatible with the game. This game is compatible with IE 10 or higher,
Mozilla Firefox, Google Chrome, Yandex.Browser and Safari.
<br /><br />
If you don't have an appropriate browser, we suggest you to download
<a href="https://www.mozilla.org/tr/firefox/new/" target="_blank">Mozilla Firefox.</a>
</div>
</body>
</html>