We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdb7672 + 2835696 commit 641b5d8Copy full SHA for 641b5d8
.htaccess
@@ -0,0 +1,3 @@
1
+RewriteEngine On
2
+RewriteCond %{HTTPS} off
3
+RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
index.html
@@ -44,9 +44,6 @@
44
"@context": "http://schema.org"
45
}
46
</script>
47
- <script>
48
- window.location.href = "https://www.webdevrn.org/";
49
- </script>
50
</head>
51
52
<body class="default bg" style="background: #f5ce3e;">
0 commit comments