Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
sphinx /
themes /
haiku /
[ HOME SHELL ]
Name
Size
Permission
Action
static
[ DIR ]
drwxr-xr-x
layout.html
1.96
KB
-rw-r--r--
theme.conf
298
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : layout.html
{# haiku/layout.html ~~~~~~~~~~~~~~~~~ Sphinx layout template for the haiku theme. :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "basic/layout.html" %} {# do not display relbars #} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% macro nav() %} <p> {%- block haikurel1 %} {%- endblock %} {%- if prev %} «  <a href="{{ prev.link|e }}">{{ prev.title }}</a>   ::   {%- endif %} <a class="uplink" href="{{ pathto(root_doc)|e }}">{{ _('Contents') }}</a> {%- if next %}   ::   <a href="{{ next.link|e }}">{{ next.title }}</a>  » {%- endif %} {%- block haikurel2 %} {%- endblock %} </p> {% endmacro %} {% block content %} <div class="header" role="banner"> {%- block haikuheader %} {%- if theme_full_logo != "false" %} <a href="{{ pathto('index') }}"> <img class="logo" src="{{ logo_url|e }}" alt="Logo"/> </a> {%- else %} {%- if logo -%} <img class="rightlogo" src="{{ logo_url|e }}" alt="Logo"/> {%- endif -%} <h1 class="heading"><a href="{{ pathto('index') }}"> <span>{{ shorttitle|e }}</span></a></h1> <h2 class="heading"><span>{{ title|striptags|e }}</span></h2> {%- endif %} {%- endblock %} </div> <div class="topnav" role="navigation" aria-label="top navigation"> {{ nav() }} </div> <div class="content" role="main"> {#{%- if display_toc %} <div id="toc"> <h3>{{ _('Table of Contents') }}</h3> {{ toc }} </div> {%- endif %}#} {% block body %}{% endblock %} </div> <div class="bottomnav" role="navigation" aria-label="bottom navigation"> {{ nav() }} </div> {% endblock %}
Close