evoadmin-mail/evoadmin/htdocs/haut.php
2017-10-12 20:47:20 +02:00

17 lines
849 B
PHP
Executable file

<!DOCTYPE html>
<html lang="fr">
<head>
<title><?php print $conf['html']['title']; ?></title>
<link type="text/css" rel="stylesheet" href="styles.css"/>
<link type="text/css" rel="stylesheet" href="vendor/bootstrap/bootstrap.min.css"/>
<link type="text/css" rel="stylesheet" href="vendor/datatables/datatables.bootstrap.min.css"/>
<link type="image/ico" rel="icon" href="favicon.ico"/>
<script type="text/javascript" src="vendor/jquery/jquery.min.js"></script>
<script type="text/javascript" src="vendor/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="vendor/datatables/jquery.datatables.min.js"></script>
<script type="text/javascript" src="vendor/datatables/datatables.bootstrap.min.js"></script>
</head>
<body>
<div class="page-wrap">