FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
xorcode.com/.themes/xorcode/source/404.html at master · Xorcode/xorcode.com · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Xorcode
/
xorcode.com
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
xorcode.com
/
.themes
/
xorcode
/
source
/
404.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (40 loc) · 1.53 KB
Breadcrumbs
xorcode.com
/
.themes
/
xorcode
/
source
/
404.html
Copy path
File metadata and controls
40 lines (40 loc) · 1.53 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
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: default
title: "404 - Page Not Found"
---
<
section
class
="
section-wrapper not-found-w
"
>
<
div
class
="
container
"
>
<
div
class
="
row
"
>
<
div
class
="
span8
"
>
<
h1
>
Page not found
</
h1
>
<
h4
>
Apologies. The page you requested may have been moved or deleted.
</
h4
>
<
p
>
Here are a few options to get you on your way:
</
p
>
<
div
class
="
not-found-solutions btn-group
"
>
<
a
href
="
javascript:history.back();
"
class
="
btn
"
>
<
i
class
="
icon-circle-arrow-left
"
>
</
i
>
Revisit the previous page
</
a
>
<
a
href
="
{{ root_url }}/
"
class
="
btn
"
>
<
i
class
="
icon-home
"
>
</
i
>
Go to the homepage
</
a
>
<
a
href
="
{{ root_url }}/
"
class
="
btn
"
>
<
i
class
="
icon-th-list
"
>
</
i
>
Check out latest posts
</
a
>
</
div
>
<
div
class
="
white-card extra-padding
"
>
<
form
action
="
{{ site.simple_search }}
"
method
="
get
"
class
="
no-margin-bottom form-search
"
>
<
input
type
="
hidden
"
name
="
q
"
value
="
site:{{ site.url | shorthand_url }}
"
>
<
fieldset
role
="
search
"
>
<
legend
>
You can always search for it!
</
legend
>
<
div
class
="
control-group
"
>
<
div
class
="
input-append
"
>
<
input
class
="
span3 search-query
"
placeholder
="
I am searching for...
"
type
="
text
"
results
="
0
"
name
="
q
"
>
<
button
class
="
btn
"
type
="
submit
"
>
Search
</
button
>
</
div
>
</
div
>
</
fieldset
>
</
form
>
</
div
>
</
div
>
</
div
>
</
div
>
</
section
>
Back
|
FazBrowse Home
|
New Git URL