Webanwendung mit FastCGI und Haskell
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- <html>
- <head>
- <title> <pagetitle/> </title>
- <link href="/css/base.css" rel="stylesheet" type="text/css">
- <meta charset="utf8">
- </head>
-
- <body>
- <!-- START OF MAIN -->
- <div id="main">
- <!-- HEADER -->
- <div id="header">
- <apply template="header"/>
- </div>
-
- <div id="content">
- <apply-content />
- </div>
-
- </div>
- <!-- END OF MAIN -->
-
- <!-- FOOTER -->
- <div id="footer">
- <apply template="footer"/>
- </div>
-
- </body>
-
- </html>
|