Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

27
index.php Normal file
View File

@ -0,0 +1,27 @@
<!-- $Id: index.php,v 1.5 2009/09/18 13:45:47 kiwi Exp $ -->
<?php
require_once("include/function.inc.php");
page("Homepage");
?>
<p class="textetitre">What is OAV.Net ?</p>
<p class="texte">
The OAV.Net was a project I wanted to start after I saw <a
href="http://the.animearchive.org/">The Animearchive</a>. I wanted to make
some big website in France (and maybe international one ?) about OAV, Mangas,
and in general Japanese Animation and Comics.<br/>
Because I never had the time to make that, so this website is mostly my own
website and portail for my own projects.
</p>
<p class="textetitre">Who I am ?</p>
<p class="texte">
I am Xavier Beaudouin. I am working on the Internet (Network and OpenSource Systems) in France and Luxembourg since the early
days of 1995 :)
You can get my <a href="/cv/">resume here</a>.
</p>
<p class="textetitre">Social Media</p>
<p class="texte">
I am on <a rel="me" href="https://mastodon.social/@kiwi">Mastodon</a> @kiwi@mastodon.social
</p>
<?php
finpage();
?>