2019-09-30 00:53:20 +00:00
|
|
|
<!DOCTYPE html>
|
2019-09-30 17:17:07 +00:00
|
|
|
|
2019-09-30 00:53:20 +00:00
|
|
|
<html>
|
2019-09-30 17:17:07 +00:00
|
|
|
|
2019-09-30 00:53:20 +00:00
|
|
|
<head>
|
2019-10-09 00:10:51 +00:00
|
|
|
<title>Help</title>
|
|
|
|
<link rel="icon" href="/img/weather.png">
|
2019-09-30 17:17:07 +00:00
|
|
|
<link rel="stylesheet" href="/css/styles.css">
|
2019-09-30 00:53:20 +00:00
|
|
|
</head>
|
2019-09-30 17:17:07 +00:00
|
|
|
|
2019-09-30 00:53:20 +00:00
|
|
|
<body>
|
2019-10-09 00:10:51 +00:00
|
|
|
<div class="main-content">
|
2019-10-06 00:06:33 +00:00
|
|
|
{{>header}}
|
2019-09-30 17:42:22 +00:00
|
|
|
<p>{{helpText}}</p>
|
2019-10-09 00:10:51 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{>footer}}
|
2019-09-30 00:53:20 +00:00
|
|
|
</body>
|
2019-09-30 17:17:07 +00:00
|
|
|
|
2019-09-30 17:42:22 +00:00
|
|
|
</html>
|