31 lines
857 B
PHP
31 lines
857 B
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
<title>Khaganat - IRC</title>
|
|
|
|
<!-- mon icon -->
|
|
<link href="img/favicon.ico" rel="shortcut icon" type="image/ico"/>
|
|
|
|
<!-- mon template.css -->
|
|
<link href="css/style.css" type="text/css" rel="stylesheet"/>
|
|
</head>
|
|
|
|
<body>
|
|
<!--Barre générale Khaganat-->
|
|
<?php include_once("/var/www/khanav/khnav.php"); ?>
|
|
<!--Fin Barre générale Khaganat-->
|
|
|
|
<iframe src="https://webchat.freenode.net?channels=%23khanat&uio=MTE9MjM20f" width="75%" height="88%"></iframe>
|
|
|
|
<div id="khfooter">
|
|
<a href="./log.php">Archives des sept derniers jours</a>
|
|
</div>
|
|
|
|
<!--Footer général Khaganat-->
|
|
<?php include_once("/var/www/khanav/khfooter.php"); ?>
|
|
<!--Fin Footer général Khaganat-->
|
|
|
|
</body>
|
|
</html>
|
|
|