mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-15 20:11:17 -05:00
save
This commit is contained in:
parent
0c7ff35297
commit
d97fdbdf38
83 changed files with 9769 additions and 7 deletions
24
fonts/Charis-7.000/documentation/source/template.html
Normal file
24
fonts/Charis-7.000/documentation/source/template.html
Normal file
|
|
@ -0,0 +1,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/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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue