First site 2.0 copy

This commit is contained in:
TechEmporium 2019-01-12 16:36:39 -05:00
parent c2189c79dc
commit 72a345a7aa
3 changed files with 85 additions and 0 deletions

26
copyright.php Normal file
View File

@ -0,0 +1,26 @@
<?php include 'HEADER.php'; ?>
<title>Copyright Notices and Acknowledgements - thunix Shell Provider and Web Host</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
<p>Shell Provider and Web Host</p>
</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'; ?>

33
server.php Normal file
View File

@ -0,0 +1,33 @@
<?php include 'HEADER.php'; ?>
<title>Status of thunix Servers and Services - thunix Shell Provider and Web Host</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
<p>Shell Provider and Web Host</p>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<div class="post">
<h2 class="title">Information and Service Announcements</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>(Coming soon)</p>
</div>
</div>
<div class="post">
<h2 class="title">Server Status</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'; ?>

26
users.php Normal file
View File

@ -0,0 +1,26 @@
<?php include 'HEADER.php'; ?>
<title>User Web Directories - thunix Shell Provider and Web Host</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
<p>Shell Provider and Web Host</p>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<div class="post">
<h2 class="title">User Web Directories</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'; ?>