|
|
|
@ -33,6 +33,25 @@
|
|
|
|
|
<link rel="stylesheet" href="./View/src/CSS/EnigmeMultiManager.css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="d-flex">
|
|
|
|
|
<!-- console 1 pour les tests -->
|
|
|
|
|
<div class="d-flex flex-column">
|
|
|
|
|
<div class="row align-self-center">
|
|
|
|
|
<h2>test de l'Énigme</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="ace rounded" id="editor">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="https://ajaxorg.github.io/ace-builds/src-noconflict/ace.js" type="text/javascript"
|
|
|
|
|
charset="utf-8"></script>
|
|
|
|
|
<script src="https://raw.githack.com/pythonpad/brython-runner/master/lib/brython-runner.bundle.js"
|
|
|
|
|
type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script src="View/src/JS/base.js"></script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|