26 lines
493 B
Plaintext
26 lines
493 B
Plaintext
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||
|
"http://www.w3.org/TR/html4/strict.dtd">
|
||
|
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>RulingSite</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="header">
|
||
|
<r:language_bar />
|
||
|
<r:snippet name='nav' />
|
||
|
</div>
|
||
|
|
||
|
<div id="container">
|
||
|
<r:content />
|
||
|
</div>
|
||
|
|
||
|
<div id="footer">
|
||
|
<r:snippet name='footer' />
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|