forked from lux/nightcore.monster
30 lines
720 B
HTML
30 lines
720 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>AP Legislation</title>
|
|
<link rel="icon" type="image/x-icon" href="../media/img/flags/ap.png">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<table width="900" cellpadding="3" border="0" bgcolor=#d5e4c3 text=#090909>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<center>
|
|
<a href="../index.htm"><img src="../media/img/flags/ap.png"></a>
|
|
<h4 style="margin: 0">AP Legislation</h4>
|
|
</center>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign=top bgcolor=#fefefe>
|
|
<div class="legislation">
|
|
$body$
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html> |