This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Adminator-admin-dashboard
mirror of
https://github.com/puikinsh/Adminator-admin-dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
16
Wiki
Activity
Browse Source
Link error pages with home page
pull/37/head
Krzysztof Piasecki
8 years ago
parent
b631c51b7a
commit
9c69acb9ce
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/404.html
+1
-1
src/500.html
+ 1
- 1
src/404.html
View File
@ -16,7 +16,7 @@
<
h3
class
=
'mB-10 fsz-lg c-grey-900 tt-c'
>
Oops Page Not Found
<
/
h3
>
<
p
class
=
'mB-30 fsz-def c-grey-700'
>
The page you are looking for does not exist or has been moved.
<
/
p
>
<
div
>
<
a
href
=
''
type
=
'primary'
class
=
'btn btn-primary'
>
Go to Home
<
/
a
>
<
a
href
=
"index.html"
type
=
'primary'
class
=
'btn btn-primary'
>
Go to Home
<
/
a
>
<
/
div
>
<
/
div
>
<
/
div
>
+ 1
- 1
src/500.html
View File
@ -16,7 +16,7 @@
<
h3
class
=
'mB-10 fsz-lg c-grey-900 tt-c'
>
Internal server error
<
/
h3
>
<
p
class
=
'mB-30 fsz-def c-grey-700'
>
Something goes wrong with our servers, please try again later.
<
/
p
>
<
div
>
<
a
href
=
''
type
=
'primary'
class
=
'btn btn-primary'
>
Go to Home
<
/
a
>
<
a
href
=
"index.html"
type
=
'primary'
class
=
'btn btn-primary'
>
Go to Home
<
/
a
>
<
/
div
>
<
/
div
>
<
/
div
>
Write
Preview
Loading…
Cancel
Save