forked from spip-contrib-squelettes/html5up_alpha
Browse Source
Il y a une souci de hiérarchie des titres : le plan commence par un h2 alors que le titre principal des pages est aussi du h2. J'aurais tendance à dire qu'il faudrait reprendre le les pages pour passer les titres en h1, ça serait plus logique.v1

2 changed files with 42 additions and 0 deletions
@ -0,0 +1,41 @@
|
||||
<!DOCTYPE HTML> |
||||
<!-- |
||||
Alpha by HTML5 UP |
||||
html5up.net | @ajlkn |
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) |
||||
--> |
||||
<html class="plan"> |
||||
<head> |
||||
<title><:plan_site:> - [(#NOM_SITE_SPIP|textebrut)]</title> |
||||
<INCLURE{fond=inclure/head,robots=none} /> |
||||
|
||||
</head> |
||||
<body> |
||||
<div id="page-wrapper"> |
||||
|
||||
<!-- Header --> |
||||
<INCLURE{fond=inclure/header,env} /> |
||||
|
||||
<!-- Main --> |
||||
|
||||
<section id="main" class="container"> |
||||
<header> |
||||
<h2 class="#EDIT{titre}"><:plan_site:></h2> |
||||
</header> |
||||
<div class="box"> |
||||
#MODELE{plan} |
||||
</div> |
||||
|
||||
|
||||
</section> |
||||
|
||||
<!-- Footer --> |
||||
<INCLURE{fond=inclure/footer,self=#SELF} /> |
||||
|
||||
</div> |
||||
|
||||
<!-- Scripts --> |
||||
<INCLURE{fond=inclure/scripts} /> |
||||
|
||||
</body> |
||||
</html> |
Loading…
Reference in new issue