forked from Marlamin/wow.tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredir.html
47 lines (44 loc) · 1.11 KB
/
redir.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
<!DOCTYPE html>
<html>
<head>
<title>WoW.tools</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<style type='text/css'>
/* Variables */
:root{
--background-color: #343a40;
--text-color: rgba(255,255,255,.8);
--border-color: rgb(108, 117, 125);
--hover-color: white;
--navbar-height: 57px;
--diff-added-color: #e6ffe6;
--diff-removed-color: #ffe6e6;
}
/* General */
html {
height: 100%;
box-sizing: border-box;
font-size: 16px;
}
*,
*:before,
*:after {
transition: background-color 0.5s ease-out;
box-sizing: inherit;
}
body{
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
background-color: var(--background-color);
color: var(--text-color);
text-align: center;
font-size: 20px;
}
</style>
<link rel="icon" type="image/png" href="/img/cogw.png" />
</head>
<body>
Hi! You got to this page via bnet.marlam.in which has been discontinued. You'll be redirected to the <a href='/'>wow.tools frontpage</a> shortly...
<meta http-equiv="refresh" content="5;url=https://wow.tools/" />