kopia lustrzana https://github.com/backface/turtlestitch
index.html: preserve URL # on redirects
rodzic
72bf4cfb8c
commit
5b7b51078e
10
index.html
10
index.html
|
@ -1,7 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
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>
|
||||
<p>If you are no automatically redirected to Snap<i>!</i>,
|
||||
<a href="snap.html">please click here.</a> </p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue