index
:
lidra-theme.git
master
WordPress Theme written in HTML5, Bootstrap 3, CSS3, for a world free and compatible with the GNU LibreJS
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
404.php
blob: cf5aa0823b5f7c1428e5bbdf63f756cb93115871 (
plain
)
1
2
3
4
<?php
get_header
(
404
);
get_template_part
(
'content-404'
);
get_footer
(
404
);