14 lines
354 B
HTML
14 lines
354 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta 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> |