Skip to content

Commit 78b7c2e

Browse files
committed
init
0 parents  commit 78b7c2e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<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

Comments
 (0)