2017-04-13 11:50:07 -05:00
|
|
|
|
<?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">
|
2015-02-08 19:30:12 -06:00
|
|
|
|
|
2017-04-13 11:50:07 -05:00
|
|
|
|
<html lang="@Language" xmlns="http://www.w3.org/1999/xhtml">
|
2015-02-08 19:30:12 -06:00
|
|
|
|
<head>
|
2017-04-13 11:50:07 -05:00
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2015-02-08 19:30:12 -06:00
|
|
|
|
<title>@Title</title>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="styles.css"/>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<h1 class="title">@Title</h1>
|
|
|
|
|
@Description
|
|
|
|
|
<p><a href="@FirstScene">Begin reading...</a></p>
|
|
|
|
|
</body>
|
2017-04-13 11:50:07 -05:00
|
|
|
|
</html>
|