forked from Ivasoft/opds-proxy
15 lines
344 B
HTML
15 lines
344 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.8">
|
|
<title>{{block "title" .}}Kobo OPDS Proxy{{end}}</title>
|
|
<link rel="stylesheet" href="/static/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<main id="container">{{block "content" .}}{{end}}</main>
|
|
</body>
|
|
|
|
</html> |