FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
blur-admin/src/404.html at master · JavaDevelopRep/blur-admin · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaDevelopRep
/
blur-admin
Public
forked from
akveo/blur-admin
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
blur-admin
/
src
/
404.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (24 loc) · 1.05 KB
Breadcrumbs
blur-admin
/
src
/
404.html
Copy path
File metadata and controls
28 lines (24 loc) · 1.05 KB
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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
charset
="
utf-8
"
>
<
meta
http-equiv
="
X-UA-Compatible
"
content
="
IE=edge
"
>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1
"
>
<
title
>
Blur Admin
</
title
>
<
link
href
='
https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic
'
rel
='
stylesheet
'
type
='
text/css
'
>
<
link
rel
="
icon
"
type
="
image/png
"
sizes
="
16x16
"
href
="
assets/img/favicon-16x16.png
"
>
<
link
rel
="
icon
"
type
="
image/png
"
sizes
="
32x32
"
href
="
assets/img/favicon-32x32.png
"
>
<
link
rel
="
icon
"
type
="
image/png
"
sizes
="
96x96
"
href
="
assets/img/favicon-96x96.png
"
>
<!-- build:css({.tmp/serve,src}) styles/404.css -->
<!-- inject:css -->
<!-- css files will be automatically insert here -->
<!-- endinject -->
<!-- endbuild -->
</
head
>
<
body
>
<
div
class
="
page-not-found-modal
"
>
<
h1
>
404 Error
</
h1
>
<
p
>
Sorry, that page doesn't exist.
<
a
href
="
/
"
>
Go to Home Page.
</
a
>
</
p
>
</
div
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL