divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 20eeae0644571985e0bff6c705b47a609a6760c8
parent 2e19fb09afadc977840e56a38541593a22c3defe
Author: lostd <lostd@2f30.org>
Date:   Thu, 20 Feb 2014 13:56:37 +0200

Define lang and charset, no nested .container divs

Diffstat:
Mfooter.dhtml | 3+--
Mheader.dhtml | 5++---
2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/footer.dhtml b/footer.dhtml @@ -1,5 +1,3 @@ -</div><!-- .container --> - <div id="footer" class="modal-footer"> <div> invalid @@ -14,5 +12,6 @@ Design by <a href="http://www.2f30.org/~lostd">lostd</a>. </div><!-- #footer .modal-footer --> </div><!-- .container --> + </body> </html> diff --git a/header.dhtml b/header.dhtml @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> +<meta charset="utf-8"> <title>division by zero</title> -<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta name="keywords" content="UNIX,OpenBSD,C,C++,Exploits,Security,Hacking"> <meta name="description" content="A new approach to UNIX security."> @@ -28,5 +28,4 @@ ${MENU} </ul> </div><!-- #header --> -<div class="container"> <h2>${NAME}</h2>