Skip to content

Commit 909fdb7

Browse files
Redirect to my site
1 parent a0a2385 commit 909fdb7

File tree

69 files changed

+47
-3291
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+47
-3291
lines changed

404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Redirecting...</title>
6+
<noscript>
7+
<meta http-equiv="refresh" content="0; url=https://www.nikhilmopidevi.com/">
8+
</noscript>
9+
</head>
10+
<body>
11+
<p>Redirecting to <a href="https://www.nikhilmopidevi.com/">www.nikhilmopidevi.com</a>...</p>
12+
<script>
13+
(function() {
14+
var path = window.location.pathname;
15+
var target = "https://www.nikhilmopidevi.com/";
16+
17+
// Prevent redirect loop
18+
if (window.location.href !== target) {
19+
window.location.replace(target);
20+
}
21+
})();
22+
</script>
23+
</body>
24+
</html>

Gemfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 265 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE_FOR_THEME

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

_config.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

_includes/analytics.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)