You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
990 B
43 lines
990 B
[(#REM) |
|
page 404 - pg |
|
|
|
param: |
|
- (rien) |
|
|
|
|
|
]#HTTP_HEADER{HTTP/1.0 #ENV{code,'404 Not Found'}} |
|
#HTTP_HEADER{"Cache-Control: no-store, no-cache, must-revalidate"} |
|
#HTTP_HEADER{Pragma: no-cache}<!DOCTYPE html> |
|
<html lang="#LANG"> |
|
<head> |
|
<INCLURE{fond=inc/head,no-bot} /> |
|
<title><:pass_erreur:> [(#ENV{status, 404}|intval) - ][(#NOM_SITE_SPIP|textebrut)]</title> |
|
</head> |
|
|
|
<body class="page page-404"> |
|
<INCLURE{fond=inc/header}> |
|
|
|
<!-- content --> |
|
<div class="content"> |
|
<div class="container container-aoto"> |
|
|
|
<!--- article > txt --> |
|
<div class="article-fiche"> |
|
<h1 class="article-h1 center"><:pass_erreur:> [(#ENV{status, 404}|intval)]</h1> |
|
<div class="article-texte"><:aoto:404_sorry:></div> |
|
</div> |
|
|
|
<!--- article > img --> |
|
[<div class="article-figure-unique"> |
|
<figure class="article-figure wow wobble"> |
|
<img src="(#CHEMIN{img/404.jpg})" alt="<:pass_erreur:> 404" > |
|
</figure> |
|
</div>] |
|
|
|
</div> |
|
</div> |
|
<!-- #content --> |
|
|
|
<INCLURE{fond=inc/footer}> |
|
</body> |
|
</html> |