File: templatepdf.html

package info (click to toggle)
fonts-sil-charis 6.101-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,856 kB
  • sloc: python: 45; makefile: 6; sh: 1
file content (24 lines) | stat: -rw-r--r-- 810 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en-us">
<head>
    <meta charset="utf-8">
    <title>$pagetitle$</title>
    <meta name="author" content="SIL Writing Systems Technology">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
    <link rel="stylesheet" href="../../assets/css/themepdf.css">
    <link rel="stylesheet" href="../../assets/css/webfontsttf.css">
</head>
<body>
<div class="container">
<article class="article">
    <header>
        <h1 class="title">$title$</h1>
    </header>
    $body$
    <footer class="footer">
        <p>This guide is from the <a href="https://software.sil.org/charis/" title="" class="active">Charis SIL project</a> version $fontversion$ and is copyright © 1997-2022 SIL International.</p>
    </footer>
</article>
</div>
</body>
</html>