aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/404.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-05-10 13:26:11 +0200
committerArthurHoaro <arthur@hoa.ro>2018-05-10 13:26:11 +0200
commit9d0fc862507e1933e447b3c3e92a438400aad263 (patch)
treec8131e06337ac4ab07d8b73276759bf540a552e4 /tpl/default/404.html
parentc69585f30350876c3f9a9b090ff1165c3ec98b79 (diff)
downloadShaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.gz
Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.zst
Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.zip
Add classes to default template to avoid using IDs in SCSS
Diffstat (limited to 'tpl/default/404.html')
-rw-r--r--tpl/default/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/404.html b/tpl/default/404.html
index 2de6b6da..fd337cad 100644
--- a/tpl/default/404.html
+++ b/tpl/default/404.html
@@ -6,7 +6,7 @@
6<body> 6<body>
7<div id="pageheader"> 7<div id="pageheader">
8 {include="page.header"} 8 {include="page.header"}
9<div class="center" id="page404"> 9<div class="center" id="page404" class="page404-container">
10 <h2>{'Sorry, nothing to see here.'|t}</h2> 10 <h2>{'Sorry, nothing to see here.'|t}</h2>
11 <img src="img/sad_star.png"> 11 <img src="img/sad_star.png">
12 <p>{$error_message}</p> 12 <p>{$error_message}</p>