-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredirect.html
More file actions
21 lines (21 loc) · 977 Bytes
/
redirect.html
File metadata and controls
21 lines (21 loc) · 977 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>
<title>EQDiet's Server</title>
<link rel="shortcut icon" href="https://eqdiet.weebly.com/editor/uploads/1/2/2/7/122786941/custom_themes/197539257603106060/files/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://eqdiet.weebly.com/editor/uploads/1/2/2/7/122786941/custom_themes/197539257603106060/files/favicon.ico" type="image/x-icon">
</head>
<body>
<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
<center><h1>EQDiet's Server</h1></center>
<hr>
<meta http-equiv = "refresh" content = "3; url = https://eqdiet.weebly.com" />
<center><p>EQDiet is currently hosted at eqdiet.weebly.com</p></center>
<center><p>Redirecting to eqdiet.weebly.com...</p></center>
<center>
<img src="images/loading.gif">
<p>
<a href="https://eqdiet.weebly.com">Not working?</a></p>
</center>
</body>
</html>