first commit
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="style/knacss.css" />
|
||||
<link rel="stylesheet" type="text/css" href="style/fonts.css" />
|
||||
<link rel="stylesheet" type="text/css" href="style/fullpage.css" />
|
||||
<link rel="stylesheet" type="text/css" href="style/simplebar.css" />
|
||||
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
||||
|
||||
</head>
|
||||
|
||||
<title>materiO'</title>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<div class="logo">
|
||||
<h1>materiO'</h1>
|
||||
<h2>l'inspiration par la matière</h2>
|
||||
</div>
|
||||
|
||||
<nav>
|
||||
<li>Accès Membre</li>
|
||||
<li>Qui Sommes Nous ?</li>
|
||||
<li> Tarifs</li>
|
||||
<li>Contact</li>
|
||||
<li>Aide</li>
|
||||
<li>Langue</li>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
|
||||
<section id="fullpage">
|
||||
|
||||
<?php include('pages/databases.php'); ?>
|
||||
<?php include('pages/videos.php'); ?>
|
||||
<?php include('pages/showrooms.php'); ?>
|
||||
|
||||
</section>
|
||||
|
||||
<footer></footer>
|
||||
</body>
|
||||
|
||||
<script type="text/javascript" src="script/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="script/simplebar.js"></script>
|
||||
<script type="text/javascript" src="script/fullpage.js"></script>
|
||||
<script type="text/javascript" src="script/scrolloverflow.min.js"></script>
|
||||
<script type="text/javascript" src="script/script.js"></script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user