Files
bootstrap/_layouts/redirect.html
2013-11-18 22:31:30 +01:00

11 lines
325 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=http://jasny.github.io/bootstrap{{ page.target }}">
<title>Page moved</title>
</head>
<body>
<a href="http://jasny.github.io/bootstrap{{ page.target }}">http://jasny.github.io/bootstrap{{ page.target }}</a>
</body>
</html>