mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-24 07:42:37 +02:00
19 lines
536 B
XML
19 lines
536 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
|
|
<head>
|
|
<title>Part {{ .Part }}</title>
|
|
<link href="style.css" type="text/css" rel="stylesheet"/>
|
|
<meta name="viewport" content="width={{ .Info.ViewWidth }}, height={{ .Info.ViewHeight }}"/>
|
|
</head>
|
|
<body style="">
|
|
<h1 style="text-align:center;top:0%;padding-top:50%;font-size:4em">
|
|
<p>
|
|
{{ .Info.Title }}
|
|
</p>
|
|
<p>
|
|
Part {{ .Part }} / {{ .Total }}
|
|
</p>
|
|
</h1>
|
|
</body>
|
|
</html> |