This repository has been archived by the owner on Oct 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.php
executable file
·33 lines (30 loc) · 1.54 KB
/
error.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<meta charset="utf-8"/>
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon.png"/>
<link rel="icon" type="image/png" href="assets/favicon.png"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>Confirmation</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
<meta name="viewport" content="width=device-width"/>
<meta charset="utf-8"/>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet"/>
<!-- Material Dashboard CSS -->
<link href="assets/css/material-dashboard.css?v=1.2.0" rel="stylesheet"/>
<!-- CSS for Demo Purpose, don't include it in your project -->
<link href="assets/css/demo.css" rel="stylesheet"/>
<!-- Fonts and icons -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300|Material+Icons' rel='stylesheet'
type='text/css'>
<link href="assets/css/style.css" rel="stylesheet"/>
</head>
<body>
<div class="container" style="margin-top: 15%;">
<h2>It seems like you requested a site that wasn't found or there has been an internal error.<br><br>Either way, if this
error persists you can contact us. <br>Email: <a href="mailto:[email protected]">[email protected]</a>.
<br> Tweet us: <a href="https://twitter.com/FeeHostingcom">Twitter</a>.</h2>
</div>
</body>
</html>