404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.145.168.68: ~ $
(() => {

  const uri = new URL(location.href);

  document.querySelector('header nav h2').addEventListener('click', function () {
    this.parentNode.querySelector('ul').classList.toggle('show');
  }, false);

  document.querySelectorAll("main h2[id]").forEach((header) => {
    uri.hash = header.id;
    let link = document.createElement("a");
    link.className = "header-permalink";
    link.title = "Permalink";
    link.href = uri.toString();
    link.innerHTML = "¶";
    header.appendChild(link);
  });
})();

Filemanager

Name Type Size Permission Actions
1.0 Folder 0755
1.1 Folder 0755
_data Folder 0755
_layouts Folder 0755
_plugins Folder 0755
.gitignore File 15 B 0644
.markdownlint.yml File 300 B 0644
CNAME File 25 B 0644
Gemfile File 103 B 0644
Gemfile.lock File 2.02 KB 0644
README.md File 289 B 0644
_config.yml File 121 B 0644
custom.css File 7.08 KB 0644
custom.js File 538 B 0644
global.css File 671 B 0644
homepage.css File 6.48 KB 0644
index.md File 1.63 KB 0644
releases.md File 328 B 0644
support.css File 2 KB 0644