-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo-redirect.html
19 lines (18 loc) · 1.2 KB
/
demo-redirect.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0;url=http://autogoal.demos.gplsi.es" />
<link rel="canonical" href="http://autogoal.demos.gplsi.es" />
<title>AutoGOAL Demo</title>
</head>
<body>
<h3>
You should be redirected to <a href="http://autogoal.demos.gplsi.es">http://autogoal.demos.gplsi.es</a>.
If you are not redirected in 5 seconds, please click the previous link.
</h3>
</body>
<script>
window.location = "http://autogoal.demos.gplsi.es"
</script>
</html>