static/Home.aspx: add this (and home.aspx too)

This commit is contained in:
Peter Williams 2020-12-11 10:06:53 -05:00
Родитель ee8ef1b5b9
Коммит 3d6117510d
2 изменённых файлов: 24 добавлений и 0 удалений

12
static/Home.aspx Normal file
Просмотреть файл

@ -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>

12
static/home.aspx Normal file
Просмотреть файл

@ -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>