-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.php
22 lines (20 loc) · 1.08 KB
/
contact.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$title='CatchChallenger contact - Old school Opensource MMORPG/Single player with multiple gameplay';
$description='CatchChallenger contact, Independent Old school Opensource MMORPG/Single player game';
$keywords='catchchallenger,catch challenger,catch challenger,contact';
include 'template/top.php';
include 'template/top2.php';
?>
<div id="title">CatchChallenger contact</div>
<br />
<br />
<h2>Herman BRULE</h2>
<img src="/images/avatar/alpha_one_x86.png" width="96" height="96" style="float:left; margin-right:7px;" class="tiers_img" alt="alpha_one_x86 BRULE Herman" />
<p class="text">Project master (features, performance, security, marketing, cluster, server, backend, lib, ...). Languages: FR, EN, ES</p>
<ul>
<li>Email: <u>contact<i></i>@<b></b>herman-brule.com</u></li>
<li>Site: <a href="https://www.herman-brule.com/">www.herman-brule.com</a> and <a href="https://ultracopier.herman-brule.com/">ultracopier.herman-brule.com</a></li>
</ul>
<?php
include 'template/bottom2.php';
include 'template/bottom.php';