forked from tejapaturu/simple-website-php-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
19 lines (15 loc) · 633 Bytes
/
footer.php
File metadata and controls
19 lines (15 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</main>
<?php include('tools.php'); ?>
<footer>
<div>
<p>©
<script>
document.write(new Date().getFullYear());
</script>
Sri Sai Teja Paturu, s3644335 Group 8.</p>
<p>Disclaimer: This website is not a real website and is being developed as part of a School of Science Web Programming course at RMIT University in Melbourne, Australia.</p>
<p>Maintain links to your working <a href='style-guide.pdf'>style guide</a>, your <a href='mailing.txt'>mailing spreadsheet</a> and <a href='bookings.txt'>bookings spreadsheet</a> here.</p>
</div>
</footer>
</body>
</html>