pages/fonts/Charis-7.000/documentation/source/template.html
Alexander d97fdbdf38 save
2025-12-09 06:36:21 -05:00

24 lines
810 B
HTML

<!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/theme.css">
<link rel="stylesheet" href="./assets/css/webfonts.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 project</a> version $fontversion$ and is copyright © 1997-2025 SIL Global.</p>
</footer>
</article>
</div>
</body>
</html>