Initial commit

This commit is contained in:
2013-08-07 14:11:17 +02:00
commit 5fd2896407
545 changed files with 12528 additions and 0 deletions

10
masks/error.html Normal file
View File

@@ -0,0 +1,10 @@
<div id="err_404">
<div class="h1_wrap" id="chat_title">
<h1 class="round"><span>Page introuvable</span></h1>
</div>
<p>Sorry Bro!</p>
<p><a id="back_to_main" class="button round" href="#">Revenir &agrave; la page d'accueil</a></p>
</div>
<script type="text/javascript">
databap.pageInit = function(){databap.$main.find('#back_to_main').attr('href', databap.vars.serv_name);};
</script>