Change 404 error page title
This commit is contained in:
parent
21bb2d4020
commit
394597d69f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title ng-bind="Hostr">Hostr - Error Encountered</title>
|
||||
<title ng-bind="Hostr">Hostr - <% if (status === 404) { %>File Not Found<% } else { %>Error Encountered<% } %></title>
|
||||
<link rel="icon" type="image/png" href="/images/favicon.png">
|
||||
<link href='//fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue