Ajout du gacha (ticket#12)
This commit is contained in:
20
indexGacha.html
Normal file
20
indexGacha.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title> Cad'cha </title>
|
||||
<style src="style/style.css"></style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--Titre-->
|
||||
<h1 id="titre" ; style="color:#078eb5" ;> Cad'cha</h1>
|
||||
<!--Blabla-->
|
||||
<p id="texte" ; style="text-align:center" ;> Essayer de gagner le gros lot avec la lotterie Cad'cha! </p>
|
||||
<p id="récompence" ;> Qu'avez-vous gagnez ? </p>
|
||||
</body>
|
||||
|
||||
<script src="functionsGacha.js"></script>
|
||||
<script src="scriptGacha.js"></script>
|
||||
</html>
|
Reference in New Issue
Block a user