342f534fcc
Added layouts for English and Spanish, added style to make it work in small, app-generated windows and in a regular sized browser
26 lines
985 B
HTML
26 lines
985 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{{ page.title }} « PrayerTracker Help / Ayuda de SeguidorOración</title>
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<link href="https://prayer.bitbadger.solutions/css/app.css" rel="stylesheet">
|
|
<link href="/css/help.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<header class="pt-title-bar">
|
|
<section class="pt-title-bar-left"><span class="pt-title-bar-home"><a href="/" title="Home">PrayerTracker / SeguidorOración</a></span></section>
|
|
<section class="pt-title-bar-right">Help / Ayuda</section>
|
|
</header>
|
|
<div id="pt-body">
|
|
<header id="pt-language">
|
|
<div> </div>
|
|
</header>
|
|
<h2 id="pt-page-title">{{ page.title }}</h2>
|
|
<div class="pt-content pt-center-text">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |