17 lines
426 B
HTML
17 lines
426 B
HTML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title></title>
|
||
|
<link href="../Styles/ebook.css" type="text/css" rel="stylesheet"/>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="eppage">
|
||
|
<img alt="Meat" src="../Images/m.png"/>
|
||
|
<h1 class="eptitle">Epilogue 8</h1>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|