-
Notifications
You must be signed in to change notification settings - Fork 0
/
interface.html
23 lines (23 loc) · 1.07 KB
/
interface.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<meta charset="utf-8">
<title>Take The Graal</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.4/p5.min.js" integrity="sha512-FDUMEjzN/YezfLmNNhxP8f3qmrSi3EHaevL3KKh2KNOKYA1dpYUdjsgQkLO69SLH2Pp2G+Prbrkp/MvbiPPIjQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.4/addons/p5.dom.min.js" integrity="sha512-rImsU7RWmroBnLrSISGNUj/qHe3Xg2Y9iyYmVrb1XGrpL4p72DOhT7sTferPzCdL3/V2vRjHZlU4on2cn3rLeQ==" crossorigin="anonymous"></script>
<script id="p5.play" src="https://cdn.jsdelivr.net/npm/@code-dot-org/p5.play@1.3.0-cdo/lib/p5.play.js" crossorigin="anonymous"></script>
<script id="script" src="js/deroulement.js"></script>
<script id="script" src="js/interpreteur.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="cvs-holder" class="page">
<!-- Le canvas est ici -->
</div>
<div id="fondu" class="page">
<!-- fond noir lors de la fondu -->
</div>
<div id="choix_bouton" class="page">
<!-- Les boutons sont créés ici -->
</div>
</body>
</html>