mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
14 lines
347 B
HTML
14 lines
347 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Chapter</title>
|
|
<link href="../Styles/fonts.css" type="text/css" rel="stylesheet"/>
|
|
<link href="../Styles/main.css" type="text/css" rel="stylesheet"/>
|
|
</head>
|
|
<body>
|
|
<h2 class="head">{title}</h2>
|
|
{content}
|
|
</body>
|
|
</html>
|