-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhelp.php
46 lines (26 loc) · 1012 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="PPPP/css/bootstrap.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<body>
<div class="container">
<?
include 'PPPP/nav.php';
?>
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Welcome</h3>
</div>
<div class="panel-body">
If you have any questions about the process or wish to get in touch with any of the team members, please send us an email at one of the below addresses.
<br>
Project team members email addresses: [jdebened, shutt, lfaust, aliu1, nkremerh] [at] nd.edu
</div>
</div>
</div>
</body>
</html>