https://baabnq.eu.pythonanywhere.com/

ID de l'analyse :
8a0f008c-dd1e-4cba-bd96-92ccd4c16605Terminée
URL soumise :
https://baabnq.eu.pythonanywhere.com/
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 14 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
editorobject
outputobject
runfunction
sendPostfunction
setOutputfunction
lexBaabnqfunction
insertfunction

Messages de journal de console : 1 trouvé(s)

Messages consignés dans la console web

TypeCatégorieEnregistrement
logjavascript
URL
https://baabnq.eu.pythonanywhere.com/static/highlight.js
texte
JSHandle@array

HTML

Le corps HTML de la page en données brutes

<!DOCTYPE html><html><head></head><body><header>
        <title>BaabnqWebIDE</title>
        <link rel="stylesheet" href="static/style.css">
    </header>
    
        <div class="page">
            <h1 class="heading">Baabnq Web IDE</h1>
            
            <div class="edit-container">
<pre class="embed baabnq-source" id="editor" contenteditable="true"><span contenteditable="true" style="color: #2f2">use</span> <span contenteditable="true" style="color: orange">'libs/string.baabnq'</span><span contenteditable="true" style="color: gray">;</span>
<span contenteditable="true" style="color: #88f">static</span> <span contenteditable="true" style="color: orange">'Hello, World!'</span> <span contenteditable="true" style="color: cyan">_sHello</span><span contenteditable="true" style="color: gray">;</span>
<span contenteditable="true" style="color: #f0f">push</span> <span contenteditable="true" style="color: cyan">_sHello</span><span contenteditable="true" style="color: gray">;</span>
<span contenteditable="true" style="color: #f0f">sub</span> <span contenteditable="true" style="color: #fff">String::Print</span><span contenteditable="true" style="color: gray">;</span>
</pre>
                <pre class="embed" id="output" readonly=""></pre>
            </div>

            <br>
            <div id="footer">
                <input class="biggreenbutton" id="runButton" type="button" value="Run">
                <text>Or press Ctrl + Enter to run</text>
                <br>
                <br>
                <text>The syntax highlighter will only update when the editor goes out of focus or when running the program. <br> Sorry for the technical limitations.</text>
            </div>
                
        </div>
        
        


        <script src="/static/main.js"></script>
        <script src="/static/highlight.js"></script>
    
</body></html>