Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
Baz0k
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rafal
Baz0k
Commits
8d08ed27
Commit
8d08ed27
authored
Jun 13, 2016
by
lizonr1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add script to redirecting
parent
52a236bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
2 deletions
+31
-2
redirect.html
redirect.html
+31
-2
No files found.
redirect.html
View file @
8d08ed27
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
http-equiv=
"refresh"
content=
"0; url=https://www.facebook.com/baz0k"
/>
<title>
Redirect
</title>
<title>
Redirect
</title>
</head>
</head>
<!DOCTYPE html>
<html>
<body>
<body>
Redirecting ...
<script
type=
"text/javascript"
>
window
.
location
.
replace
(
getUrlParameters
()[
'site'
]);
function
explode
(
delim
,
str
)
{
return
str
.
split
(
delim
);
}
function
getUrlParameters
()
{
var
out
=
{};
var
str
=
window
.
location
.
search
.
replace
(
"?"
,
""
);
var
subs
=
explode
(
'&'
,
str
);
for
(
var
i
=
0
;
i
<
subs
.
length
;
++
i
)
{
var
vals
=
explode
(
'='
,
subs
[
i
]);
out
[
vals
[
0
]]
=
vals
[
1
];
}
return
out
;
}
// Javascript URL redirection
</script>
Redirecting
</body>
</body>
</html>
</html>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment