-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.cmd
More file actions
28 lines (22 loc) · 722 Bytes
/
404.cmd
File metadata and controls
28 lines (22 loc) · 722 Bytes
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
< /res/rules/boilerplate.cmdr
< /res/rules/syntax.cmdr
OrdinaryDictionaryReplacement: #.properties-override
- queue_position: AFTER #.boilerplate.properties-override
- apply_mode: SEQUENTIAL
* %title --> Page not found
* %date-modified --> 2026-02-18
* %copyright-prior-years --> "2023, 2025--"
RegexDictionaryReplacement: #.no-meta-author-and-description
- queue_position: AFTER #.boilerplate.properties-override
* <meta [ ] name="(author|description)" .* -->
OrdinaryDictionaryReplacement: #.no-black-serif-note
- queue_position: AFTER #.boilerplate.footer
* %black-serif-note -->
%%%
#{.modern} 404: Page not found
--{.modern}
**The requested page was not found.**
--
--{.modern}
[Return to the home page.](/)
--