403Webshell
Server IP : 65.108.144.40  /  Your IP : 216.73.217.165
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User : dev ( 1000)
PHP Version : 8.2.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/erp/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/erp/templates/405.html
{% load static %}

<style>

  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.hr-error {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.hr-error_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;

    width: 100%;

    padding-top: 3rem;
    padding-bottom: 3rem;

}

.hr-404 {
    font-size: 7rem;
    line-height: 7.2rem;
    margin-bottom: 0;
}

.hr-error_msg {
    font-weight: bold;
    font-size: 2rem;
    color: #e54f38;
}

.hr-error_btn {
    background-color: hsl(8deg, 77%, 56%);
    border: 2px solid hsl(8deg, 77%, 56%);
    color: hsl(0deg, 0%, 100%);
    border-radius: 35px;
    padding: 0.5rem 2rem;
    text-decoration: none;
    margin-top: 2rem;
    gap: 0.8rem;
    display: inline-flex;
    transition: all 0.4s ease-in-out;
    align-items: center;
    font-size: 1rem;

}

.hr-error_btn:hover {
    color: hsl(0deg, 0%, 100%);
    background-color: hsl(8deg, 77%, 45%);
    border: 2px solid hsl(8deg, 77%, 45%);
}

.hr-error_img img {
    width: 100%;
    height: 100%;
}

.hr-error_bg {
    position: relative;
    background-color: #e54f38;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 26%) 0px 4px 4px;
}

.hr-error_bg img {
    position: absolute;
    top: 40px;
    left: 0;
}
.hr-bg-img--error{
    position: relative;
    max-width: 320px;
}

@media (max-width:768px) {

    .hr-error_container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .hr-error_bg {
        position: relative;
        background-color: #e54f38;
        width: 320px;
        height: 320px;
    }

    .hr-error_content {
        padding: 2rem 0;
    }
}
</style>

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>{{white_label_company_name}}</title>
    <link rel="icon" type="image/png" sizes="32x32" href="{% static '/images/ui/growthnatives-favicon.webp' %}">
    <link rel="icon" type="image/png" sizes="16x16" href="{% static '/images/ui/growthnatives-favicon.webp' %}">
</head>

<body>
    <section class="hr-error_container">
        <div class="hr-error">
            <div class="hr-error_img hr-error_bg">
                <img src="{% static "/images/ui/405_error_image.png" %}">
            </div>
            <div>
                <h1 class="hr-404">405</h1>
                <p class="hr-error_msg">Method Not Allowed!</p>
                <p>Oops! The request method is not allowed.<br>Please make sure you are sending a proper request.</p>
                <a href="/" class="hr-error_btn"><ion-icon name="arrow-back-outline"></ion-icon>Return to the main
                    page</a>
            </div>
        </div>
    </section>

    <script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
    <script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit