-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathie.html
More file actions
21 lines (21 loc) · 766 Bytes
/
ie.html
File metadata and controls
21 lines (21 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<script src="./lib/Frontend//Functions/checkNotIE.js"></script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flomm player</title>
<link rel="stylesheet" href="./lib/assets/ie.css" />
<link rel="icon" href="../../img/icons/vinyl.svg" />
</head>
<body>
<div>
<h2>This app does not support the usage of the abomination called Internet Explorer.</h2>
<h2>You shouldn't do it either.</h2>
<h2>If you still insist, click on the below button to continue.</h2>
<button>Continue</button>
</div>
<script src="./lib/ie.js"></script>
</body>
</html>