21 lines
439 B
Smarty
21 lines
439 B
Smarty
<?xml version="1.0"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
<head>
|
|
<title></title>
|
|
<link type="text/css" rel="stylesheet"
|
|
href="stylesheet.css" />
|
|
</head>
|
|
|
|
<body bgcolor="white">
|
|
<h1 class="title"></h1>
|
|
<div class="toc"></div>
|
|
<div class="body">
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|