commit
This commit is contained in:
commit
18f21ccbe6
16 changed files with 2782 additions and 0 deletions
14
errors/404.html
Executable file
14
errors/404.html
Executable file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<title>redirect</title>
|
||||
<meta name="description" content="redirecting to /" />
|
||||
|
||||
<title>HTML Meta Tag</title>
|
||||
<meta http-equiv = "refresh" content = "0; url = /" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to Site</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue