<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="sv"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Expires" content="0" /> <style media="all" type="text/css"> @import "styles/style.css"; <?= $css ?> </style> <?= $js ?> <title>Logga in - Bibelskola Sthlm</title> </head> <body> <div id="main"> <div id="content"> <?= $content ?> </div> </div> </body> </html>