add files
This commit is contained in:
16
vendor/akdelf/akdmin/themes/office/pub/html/blank.htm
vendored
Normal file
16
vendor/akdelf/akdmin/themes/office/pub/html/blank.htm
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<!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>
|
||||
<title>Blank Page</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<link rel="stylesheet" type="text/css" href="demo.css" />
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
This page is intentionally left blank for testing purposes.
|
||||
</p>
|
||||
<p>
|
||||
<a href="javascript: history.back();">Go Back</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user