mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-14 19:51:16 -05:00
24 lines
810 B
HTML
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>
|