Update 'copyright.php'

This commit is contained in:
Anton McClure 2019-03-02 14:13:55 -05:00
parent d4789030c1
commit 672482f3c0
1 changed files with 14 additions and 25 deletions

View File

@ -1,25 +1,14 @@
<?php include 'HEADER.php'; ?>
<title>Copyright Notices and Acknowledgements - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<div class="post">
<h2 class="title">Copyright Notices and Acknowledgements</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>(Coming soon)</p>
</div>
</div>
<div style="clear: both;">&nbsp;</div>
</div>
<?php include 'MENU.php'; ?>
<?php include 'FOOTER.php'; ?>
<?php include 'HEADER.php'; ?>
<title>Copyright Notices and Acknowledgements - thunix Community</title>
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">Copyright Notices and Acknowledgements</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>(Coming soon)</p>
</div>
</div>
<div style="clear: both;">&nbsp;</div>
</div>
<?php include 'MENU.php'; ?>
<?php include 'FOOTER.php'; ?>