-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.php
25 lines (20 loc) · 843 Bytes
/
help.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php include "./res/php/checkLogin.php" ?>
<!DOCTYPE HTML>
<html lang="en">
<head>
<?php include "./res/php/header.php" ?>
<title>Help - Hurst Menu</title>
</head>
<body>
<?php include "./res/php/navBar.php" ?>
<div class="jumbotron" style="margin-top: 10%">
<div class="container">
<h1>Help!</h1>
<p>Welcome to the help page. To view the user documentation for this system please click the big blue button below.</p>
<p><a class="btn btn-primary btn-lg" role="button" href="./adminSystemUserDocumentation.pdf" target="_blank">Download User Documentation</a></p>
<br>
<p>If you still have a problem, would like to report something that is not working or there is a feature you would like to request then <a href="mailto:robert.chandler@hppc.co.uk">email me</a>.</p>
</div>
</div>
</body>
</html>