-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.php
25 lines (25 loc) · 963 Bytes
/
resources.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
<!DOCTYPE html>
<html>
<head>
<title>Resources - Chronic Pain Support Group, Arlington, MA</title>
<?php include './include/head.php' ?>
</head>
<body>
<?php include './include/header.php' ?>
<main class="main">
<div class="main__nav">
<?php include './include/main-nav.php' ?>
</div>
<section class="main__content" id="main-content">
<div class="main__title"><h1>Resources</h1></div>
<div class="main__text rich-text">
<p><a href="http://uspainfoundation.org" target="_blank">US Pain Foundation</a></p>
<p><a href="http://www.masspaininitiative.org" target="_blank">Massachusetts Pain Initiative</a></p>
<p><a href="http://aspmn.org" target="_blank">American Society for Pain Management Nursing</a></p>
<p><a href="http://www.theacpa.org/" target="_blank">American Chronic Pain Association</a></p>
</div>
</section>
</main>
<?php include './include/foot.php' ?>
</body>
</html>