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

17 lines
856 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/main.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="img/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/datables/datatables.bootstrap.min.js"></script>
</head>
<body>
<div class="page-wrap">