Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/env-html-css' into env-html-css
Browse files Browse the repository at this point in the history
  • Loading branch information
untypequicode committed Dec 8, 2023
2 parents cf923e6 + 713006c commit 784287d
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@

<h1 id="h1-cinematic">Un monde idéal?</h1>

<button class="btn" id="btn-suivant"> <a href="qcm.html">Suivant</a></button>
<button class="btn" id="btn-suivant">Suivant</button>

<div id="choix">
<button class="btn" id="btn-qcm"> <a href="qcm.html">Tester mes connaissances</a> </button>
<button class="btn" id="btn-info"> <a href="informer.html" >M'informer</a> </button>
<button class="btn" id="btn-qcm">Tester mes connaissances </button>
<button class="btn" id="btn-info">M'informer</button>
</div>

</section>

<script src="js/data.js"></script>
<script src="js/transitions.js"></script>

</body>

Expand Down
Loading

0 comments on commit 784287d

Please sign in to comment.