-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
32 lines (31 loc) · 1.3 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php include_once 'class/dbconnection.php'; ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="L'alchimiste, une bouffée d'art frais. Votre restaurant traditionnel sur Montpellier">
<meta name="author" content="Manou Falzone">
<meta name="author" content="Nathan Cheval">
<title>L'alchimiste</title>
<!-- CSS files -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="css/divers.css">
<link rel="stylesheet" href="css/styleManou.css">
<link rel="stylesheet" href="css/animate.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<main class="enter">
<div class="contentEnter">
<h1>L'alchimiste</h1>
<hr>
<h2>Une bouchée d’art frais.</h2>
<a href="restaurant.php" class="btn-enter"> Entrer</a>
</div>
</main>
</body>
</html>