ficdown/Ficdown.Parser/Render/Views/index.html

16 lines
528 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 lang="@Language" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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>
</html>