forked from Deblok-Workshop/Webwin-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutdated.html
More file actions
executable file
·33 lines (31 loc) · 1.11 KB
/
outdated.html
File metadata and controls
executable file
·33 lines (31 loc) · 1.11 KB
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webwin</title>
<style>
* {color-scheme:dark;}
html,body {font-family: "Verdana","Arial",sans-serif}
</style>
</head>
<body style="background-color:#333;color:white;">
<center>
<h1><font color="yellow"><strong>Compatibility warning!</strong></font></h1>
<p style="max-width:450px;">
Your browser seems to be too old for Webwin to work properly. You should update your browser in order to use Webwin. It is not recommended to continue.</p>
<br><br>
<p>
* Firefox >86 is compatible.<br>
* Chrome >89 is compatible. Chrome is recommended for Webwin.<br>
* Edge >92 is compatible.<br>
* Internet Explorer is not supported.<br>
</p>
<br><br>
<a href="desktop.html?nobrowsercheck=true" style="text-decoration: none;color:black; padding-left: 25px; padding-right:25px; padding-top:8px; padding-bottom:8px; background-color:cornflowerblue; border-radius:3px; ">
CONTINUE ANYWAY
</a>
</center>
</div>
</body>
</html>