Files
arlemp@selectel.ru c5003b00cf add files
2023-08-05 11:59:48 +03:00

16 lines
490 B
HTML

<!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>