static/Home.aspx: add this (and home.aspx too)
This commit is contained in:
Родитель
ee8ef1b5b9
Коммит
3d6117510d
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Redirect</title>
|
||||
<link rel="canonical" href="/home/" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="refresh" content="0;url=/home/" />
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="/home/">Click here</a> to be redirected.</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Redirect</title>
|
||||
<link rel="canonical" href="/home/" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="refresh" content="0;url=/home/" />
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="/home/">Click here</a> to be redirected.</p>
|
||||
</body>
|
||||
</html>
|
Загрузка…
Ссылка в новой задаче