test design
continuous-integration/drone/push Build is passing Details

ServeurDeTest
nathan boileau 2 years ago
parent b770d70a43
commit bb5b4f50db

@ -44,7 +44,6 @@ editor.container.style.opacity = 0.85;
editor.setTheme("ace/theme/vibrant_ink");
editor.getSession().setMode("ace/mode/python");
editor.setFontSize("16px");
// editor.container.style.height ="700px";
editor.setOptions({
enableLiveAutocompletion: true,
copyWithEmptySelection: true,
@ -111,8 +110,9 @@ function check() {
}
/**
* It gets all the elements with the class name "help" and sets their display property to "block".
* If the help is displayed, hide it. Otherwise, display it.
*/
function displayHelp() {
var help = document.getElementsByClassName("help");

@ -110,13 +110,16 @@
<!-- End Profile page -->
<!-- Main page -->
<div class="d-flex align-items-center">
<div class="row neonBg m-0">
<div class="row m-0">
<div class="col d-flex align-items-center">
<div class="col-6"></div>
<div class="col-6 m-0 neonBg" style="height:80%">
<div class="row mx-0 my-4 text-center">
<h1>Scripted</h1>
</div>
<div class="row m-0 d-inline">
<div class="row m-0">
<a>TEST</a>
</div>
<div class="row m-0">
<a>TEST</a>
</div>
</div>

Loading…
Cancel
Save