21 lines
772 B
HTML
21 lines
772 B
HTML
<html>
|
|
<head>
|
|
<title>MochaPowered.com - Supercharged Rapid Application Development</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="uwt-layout uwt-layout-box">
|
|
<div class="uwt-panel" style="width: 60%; margin-top: 32px; margin-left: auto; margin-right: auto;">
|
|
<div class="uwt-content">
|
|
<img style="display: block; margin-left: auto; margin-right: auto; width: 128px;" src="logo-error.svg" alt="Mocha" />
|
|
<h1>Not Found</h1>
|
|
<p class="error-text"><em>The URL you have provided is invalid.</em> Contact your Mocha application administrator for assistance.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="uwt-footer">
|
|
Powered by Mocha © 2023 MBS Business Solutions
|
|
</div>
|
|
</body>
|
|
</html>
|