Ajout d'une page d'acceuil
This commit is contained in:
41
website/index.html
Normal file
41
website/index.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="/css/master.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
||||
<title>shlag zone</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<section>
|
||||
<main></main>
|
||||
|
||||
<div class="texte">
|
||||
<h1>Bienvenue dans la Shlag Zone</h1>
|
||||
|
||||
<h2>C'est quoi ?</h2>
|
||||
|
||||
<p>On sait pas trop :)</p>
|
||||
|
||||
<h2>C'est qui ?</h2>
|
||||
|
||||
<p>Des gens chouettes qui font de l'internet</p>
|
||||
|
||||
<h2>C'est comment ?</h2>
|
||||
|
||||
<p>Bien et toi ? :)</p>
|
||||
|
||||
<h2>Mais encore ?</h2>
|
||||
|
||||
<a href="zone/liens.html">Entre dans la zone et tu verra</a>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script src="js/p5.min.js" charset="utf-8"></script>
|
||||
<script src="js/background.js" charset="utf-8"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user