home
/
aioutajg
/
nerdemoji.xyz
/
includes
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
about.php
1.62 KB
Rename
Delete
faqs.php
4.33 KB
Rename
Delete
featured.php
1.51 KB
Rename
Delete
footer.php
666 bytes
Rename
Delete
head.php
1.24 KB
Rename
Delete
header.php
2.81 KB
Rename
Delete
how-to-use.php
1.55 KB
Rename
Delete
intro.php
579 bytes
Rename
Delete
<!-- includes/head.php --> <!DOCTYPE html> <html lang="en"> <!-- Set the language here --> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php echo isset($pageTitle) ? $pageTitle : 'PHP Image Converter Tool'; ?></title> <meta name="description" content="<?php echo isset($metaDescription) ? $metaDescription : 'Convert, resize, and compress your images easily with our PHP Image Converter Tool. Supports PNG, JPG, JPEG, GIF, ICO, TIFF, BMP, and SVG formats.'; ?>"> <meta name="keywords" content="Image Converter, PHP Tool, Image Resizer, Image Compressor, PNG, JPG, JPEG, GIF, ICO, TIFF, BMP, SVG"> <meta name="author" content="Nerd Emoji"> <link rel="stylesheet" href="/assets/css/style.css"> <script src="/assets/js/function.js" defer></script> <!-- Canonical URL --> <link rel="canonical" href="<?php echo (isset($_SERVER['HTTPS']) ? "https://" : "http://") . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>" /> <!-- PNG Favicon --> <link rel="icon" href="/assets/images/favicon.png" type="image/png"> <!-- Add any other meta tags or links as needed --> </head>
Save