26 lines
696 B
HTML
26 lines
696 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||
|
<title>Prototype JavaScript Framework</title>
|
||
|
<link rel="stylesheet" href="stylesheets/reset.css" type="text/css" media="screen" charset="utf-8">
|
||
|
<link rel="stylesheet" href="stylesheets/main.css" type="text/css" media="screen" title="no title" charset="utf-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="wrapper">
|
||
|
<div id="header">
|
||
|
<h1><a href="/"><img src="images/logo.jpg" alt="Prototype JavaScript Framework" /></a></h1>
|
||
|
</div>
|
||
|
<div id="navigation">
|
||
|
</div>
|
||
|
<div id="content">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
<div id="sidebar">
|
||
|
</div>
|
||
|
<div id="footer">
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|