-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path404.pug
41 lines (39 loc) · 1.31 KB
/
404.pug
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
41
extends header
block content
body
.wrapper
<!-- ******HEADER****** -->
header.header
.header-main.container
h1.logo.col-md-4.col-sm-4
a(href='https://sunflowergenome.org')
img#logo(src='/images/logo.png', width='300px', height='75px', alt='Logo')
.info.col-md-8.col-sm-8
ul.menu-top.navbar-right.hidden-xs
li.divider
a(href='https://sunflowergenome.org') Home
li.divider
a(href='/faq') FAQ
li
a(href='/contact') Contact
br
include nav-home
<!-- ******CONTENT****** -->
.content.container
.page-wrapper
.page-content
.row.page-row
#promo-slider.slider.flexslider
ul.slides
li
img(src='/images/404.jpg')
p.flex-caption-error-page
span
i 404!
|
| You requested something that does not exist and it generated an error. Go back, or
|
a(href='/contact') contact
|
| us if you think there is an error with the site.
include footer