Skip to content

Commit 9c1099b

Browse files
Flying-Toastwilzbach
authored andcommitted
add d-man to 404 page (#2527)
1 parent 8807158 commit 9c1099b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

404.dd

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
Ddoc
22

3-
$(D_S 404 Not Found,
3+
$(DIV class="center-children",
4+
$(D_S $(TITLE),
45

5-
$(P
6-
Page not found!
6+
$(HTMLTAG3 img, src="$(STATIC images/dman-scared.jpg)")
77

8+
$(P
89
If you think there should be something here, please $(LINK2 $(BUGZILLA_NEW_BUG_URL)$(AMP)bug_severity=normal, report a bug).
9-
))
10+
)))
1011

1112
Macros:
12-
TITLE=404 Not Found
13+
TITLE=Oh No! Page Not Found
14+
EXTRA_HEADERS=$(T style,
15+
.center-children, h1 { text-align: center; }
16+
img { max-width: 100%; }
17+
)

images/dman-scared.jpg

69.1 KB
Loading

0 commit comments

Comments
 (0)