cyrilleinvalides/choupas/www/admin/app/templates/back/elements/wireframes/wf1.html

27 lines
609 B
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<[comment]>
input :
title : page title
head : content to add in the head section
body : content to put in the body section
<[/comment]>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="libs/styles/wf1.css" />
<link rel="stylesheet" type="text/css" href="libs/styles/underdog.css" />
<link rel="stylesheet" type="text/css" href="libs/styles/2cols.css" />
<title>{title}</title>
{head}
</head>
<body>
{body}
</body>
</html>