20 lines
592 B
HTML
20 lines
592 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="/link/style.css">
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
<script src="/link/script.js" defer></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="popup-warning">
|
|
<b>Your browser blocked the popup from showing!</b>
|
|
<br>
|
|
Please disable your popup blocker and <span id="refresh">try again</span>.
|
|
</div>
|
|
|
|
</body>
|
|
</html> |