HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/TDijk1/erp-apps.eu/wwwroot/error.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Page not found | ERP apps</title>
    <link href='http://fonts.googleapis.com/css?family=Bitter&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css' />
    <style type="text/css">
* { margin: 0; padding: 0;}
html { background: url(/ERPapps/media/system/images/bg.png) repeat; }
body { font: normal 18px/1.6 "Bitter", serif;  color: #fff; }

a { color: #fff; border: 0; outline: 0; }
a:hover { color: #000;}

.wrapper { width: 950px; margin: 0 auto; position: relative; }

/*#Typography#*/
h1, h2, h3, h4, h5, h6, .title { font-family: 'Bitter', serif; margin: 0; padding: 0; font-weight: 300;}
h1 { font-size: 40px; margin-bottom: 20px;}

/*#Header#*/
#header { background: white; border-bottom: 1px #c5c5c5 solid; }
#header .wrapper { height: 80px; }

/*#Logo#*/
#logo { position: absolute; top: 0; left: 0; }
#logo a { background: url(/ERPapps/media/system/images/logo.png) no-repeat; width: 120px; height: 80px; display: block; text-indent: -9999px; }
#logo a:hover { background-position: 0 -83px; }

.btn-green { font-size: 18px; font-weight: 400; color: white; display: inline-block; height: 60px; line-height: 60px; padding-left: 30px; background: url(/ERPapps/media/system/images/btn-green.png) 0 -60px no-repeat; text-decoration: none; }
.btn-green span { text-transform: uppercase; color: white; height: 100%; padding-right: 30px; background: url(/ERPapps/media/system/images/btn-green.png) right 0 no-repeat; display: block;}
.btn-green a { color: white; font-size: 18px; text-decoration: none; }

#error { background: url(/ERPapps/media/system/images/bg_error.png) 50% 0 no-repeat; min-height: 500px; padding: 140px 180px 0 130px; text-align: center; width: 700px; margin: auto;}
.button { margin-top: 40px;}
    </style>
  </head>
 <body align="center">
    <div id="header">
      <div class="wrapper">
        <div id="logo">
          <a href="/">ERP apps</a>
        </div>
        <div id="navigation">
          <div id="menu">	
          </div>
        </div> <!-- #navigation -->
      </div> <!-- .wrapper -->
    </div>
    
    <div id="error">
      <h1>Oops, I`m broken :(</h1>
      <p>Unfortunately your request can not be completed.<br>Please try again or in case of persisting problems <a href="mailto:info@erp-apps.eu">contact us</a>.</p>
      <p class="button"><span class="btn-green"><span><a href="/">Go to homepage</a></span></span></p>
    </div>
  
 </body>
</html>