Redirect /
to /space
, build text/
, minify embedded CSS and JS
This commit is contained in:
parent
310fa09baf
commit
4140e4893c
4 changed files with 20 additions and 0 deletions
11
index.html
Normal file
11
index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/space">
|
||||
<title>Redirect to Homepage</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/space">Redirect to Homepage</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue