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.
0 parents commit 78b7c2eCopy full SHA for 78b7c2e
README.md
@@ -0,0 +1,2 @@
1
+# Just a Redirect
2
+This repository is created just for redirect the https://materializecss.github.io to https://materializecss.github.io/materialize
index.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
3
+ <head>
4
+ <title>Redirecting to https://materializecss.github.io/materialize</title>
5
+ <meta http-equiv="refresh" content="0; URL=https://materializecss.github.io/materialize">
6
+ <link rel="canonical" href="https://materializecss.github.io/materialize">
7
+ </head>
8
+</html>
0 commit comments