vali 6 anni fa
parent
commit
c8a958d69c
1 ha cambiato i file con 29 aggiunte e 0 eliminazioni
  1. 29 0
      application/404.html

+ 29 - 0
application/404.html

@@ -0,0 +1,29 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+	<title>404 not find</title>
+	<style type="text/css">
+		*{
+			margin: 0px;
+			padding: 0px;
+		}
+		div{
+			font-size: 256px;
+			height: 320px;
+			line-height: 320px;
+			width: 500px;
+			text-align: center;
+			position: absolute;
+			top: 50%;
+			left: 50%;
+			margin-top: -160px;
+			margin-left: -250px;
+			color: white;
+		}
+	</style>
+</head>
+<body style="background-color: #000000;">
+	<div>404</div>
+</body>
+</html>