31 lines
861 B
PHP
Executable File
31 lines
861 B
PHP
Executable File
<?php include("heading.php") ?>
|
|
<h1>My Other Websites</h1>
|
|
|
|
<table class="website_table">
|
|
<thead>
|
|
<tr>
|
|
<th>Url</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a href="https://tesses.cf/">tesses.cf</a></td>
|
|
<td>My other self hosted site</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://tesses.ml/">tesses.ml</a></td>
|
|
<td>Self hosted copy of http://tesses4you.ml</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="http://tesses4you.ml/">tesses4you.ml</a></td>
|
|
<td>My profreehost website</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://tesses4you.myfreesites.net/">tesses4you.myfreesites.net</a></td>
|
|
<td>My first website</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<?php include("footer.php") ?>
|