34 lines
1.3 KiB
HTML
34 lines
1.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>OpenSondage Installation</title>
|
||
|
<link rel="stylesheet" href="../css/bootstrap.min.css">
|
||
|
<link rel="stylesheet" href="../css/style.css">
|
||
|
<link rel="stylesheet" href="../css/frama.css">
|
||
|
<link rel="stylesheet" href="install.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container ombre">
|
||
|
<header role="banner">
|
||
|
<h1>
|
||
|
<img src="../images/logo-framadate.png" width="360" height="50" alt="OpenSondage" />
|
||
|
</h1>
|
||
|
<h2>Make your polls</h2>
|
||
|
<hr class="trait" role="presentation">
|
||
|
</header>
|
||
|
<main role="main">
|
||
|
<h3>OpenSondage Installation</h3>
|
||
|
<div class="alert alert-danger" role="alert">
|
||
|
<?php echo htmlspecialchars($e->getMessage(), ENT_COMPAT | ENT_HTML401, 'UTF-8') ?>
|
||
|
</div>
|
||
|
<div class="alert alert-info" role="alert">
|
||
|
<pre>
|
||
|
<?php echo htmlspecialchars($e->getTraceAsString(), ENT_COMPAT | ENT_HTML401, 'UTF-8') ?>
|
||
|
</pre>
|
||
|
</div>
|
||
|
</main>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|