FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HttpErrorPages/assets/template.ejs at master · hard25670559/HttpErrorPages · GitHub
hard25670559
/
HttpErrorPages
Public
forked from
HttpErrorPages/HttpErrorPages
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
HttpErrorPages
/
assets
/
template.ejs
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 631 Bytes
Breadcrumbs
HttpErrorPages
/
assets
/
template.ejs
Copy path
File metadata and controls
13 lines (13 loc) · 631 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<
html
lang
=
"
en
"
>
<
head
>
<!--
Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages
-->
<
meta
charset
=
"
utf-8
"
/><
meta
http-equiv
=
"
X-UA-Compatible
"
content
=
"
IE=edge
"
/><
meta
name
=
"
viewport
"
content
=
"
width=device-width, initial-scale=1
"
/>
<
title
>We've got some trouble |
<%=
code
%>
-
<%=
title
%>
</
title
>
<
style
type
=
"
text/css
"
>
<%- inlinecss %
>
</
style
>
</
head
>
<
body
>
<
div
class="cover"
>
<
h1
>
<%=
title
%
>
<
small
>
Error <%=
code
%
>
</
small
>
</
h1
>
<
p
class="lead"
>
<%= message %
>
</
p
>
</
div
>
<% if (
footer
){ %><
footer
><
p
><%
-
footer
%></
p
></
footer
><% } %
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL