-
Notifications
You must be signed in to change notification settings - Fork 0
/
errordb.php
18 lines (15 loc) · 958 Bytes
/
errordb.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>i-POS System : Error Connectiong Database</title>
</head>
<body>
<div style="width:100%; height:500px;" align="center">
<h1 style="font-family:Verdana, Geneva, sans-serif; color:#666; margin-top:200px;"> Sorry, there is a problem in connecting to Database.<br /><br />
<a href="index.php" draggable="true" style="color:#06F;">Go to Login Page</a>
</h1>
<h3 style="font-family:Verdana, Geneva, sans-serif; color:#333;">Contact the Developer: <a href="http://heryit.com" style="color:#006;" target="_blank">Hery Intelligent Technology®</a><br /><br />
Email to Developer: <a href="mailto:[email protected]" target="_blank" style="color:#006;">[email protected]</a></h3>
</body>
</html>