29 lines
767 B
PHP
29 lines
767 B
PHP
<!DOCTYPE html>
|
|
<head>
|
|
<!-- déclarations utiles -->
|
|
<html class="js desktop" lang="fr" dir="ltr">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
|
|
|
|
<!-- meta -->
|
|
<meta name="description" content="Un univers, un jeu, et surtout un projet libre où vous êtes invités à rêver grand !">
|
|
<meta name="author" content="Khaganat">
|
|
|
|
<!-- mon icon -->
|
|
<link rel="shortcut icon" type="image/ico" href="../img/favicon.ico" />
|
|
|
|
<!-- mon template.css -->
|
|
<link href="../accueil/style.css" type="text/css" rel="stylesheet">
|
|
|
|
<title>Khaganat</title>
|
|
|
|
<!-- Redirection par langue -->
|
|
<?php
|
|
|
|
header("Location: https://khaganat.net/wikhan/fr:readonly:download");
|
|
?>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
</body>
|