2015-06-07 15:05:49 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-10-09 19:27:57 +00:00
|
|
|
<head>
|
2020-06-18 08:27:35 +00:00
|
|
|
<script>
|
2015-10-09 19:27:57 +00:00
|
|
|
if (window.location) {
|
|
|
|
window.location = 'snap.html' + window.location.hash;
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<meta HTTP-EQUIV="REFRESH" content="0.1; url=snap.html">
|
|
|
|
<title>Redirecting to Snap!</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-06-17 00:13:54 +00:00
|
|
|
<p>If you are not automatically redirected to Snap<i>!</i>,
|
2015-10-09 19:27:57 +00:00
|
|
|
<a href="snap.html">please click here.</a> </p>
|
|
|
|
</body>
|
2015-06-07 15:05:49 +00:00
|
|
|
</html>
|
|
|
|
|