v-wordpress-plugin-updater/v-update-api/app/Views/404.php
2026-04-06 09:47:05 -04:00

35 lines
946 B
PHP

<?php
// phpcs:ignoreFile PSR1.Files.SideEffects.FoundWithSymbols
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>
* License: https://opensource.org/licenses/MIT MIT License
* Link: https://vontainment.com
* Version: 4.5.0
*
* File: 404.php
* Description: WordPress Update API
*/
?>
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<title>API Update Admin Login</title>
<script src="/assets/js/header-scripts.js"></script>
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="/assets/css/mobile.css">
<link rel="stylesheet" href="/assets/css/login.css">
</head>
<body>
<div class="content-box">
<h2>404 - Page Not Found</h2>
<p>The page you are looking for does not exist.</p>
</div>
</body>
</html>