Merge branch 'master' of https://codefirst.iut.uca.fr/git/nathan.boileau/Scripted
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
commit e5c6d6799d

@ -10,4 +10,25 @@ body {
background-repeat: no-repeat;
background-size: cover;
background-color: #464646;
}
#console {
font-family: DejaVu Sans Mono, monospace;
font-size: 0.8rem;
letter-spacing: 1px;
background-color: #222831;
resize: none;
color: #fff;
border: 1px solid #44fff6;
box-shadow: 0 0 1px #fff,
0 0 1px #fff,
0 0 5px #44fff6,
0 0 5px #44fff6,
inset 0 0 5px #44fff6;
}
#editor {
width: 100%;
min-height: 80vh;
height: auto;
}

@ -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'&Eacutenigme</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>
Loading…
Cancel
Save