Inital commit
This commit is contained in:
28
cms/aesa.html
Normal file
28
cms/aesa.html
Normal file
@ -0,0 +1,28 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<title>404 Error</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<style>
|
||||
@media screen and (max-width:500px) {
|
||||
body { font-size: .6em; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="text-align: center;">
|
||||
|
||||
<h1 style="font-family: Georgia, serif; color: #4a4a4a; margin-top: 4em; line-height: 1.5;">
|
||||
Sorry, this page doesn't exist.<br>Please check the URL or go back a page.
|
||||
</h1>
|
||||
|
||||
<h2 style=" font-family: Verdana, sans-serif; color: #7d7d7d; font-weight: 300;">
|
||||
404 Error. Page Not Found.
|
||||
</h2>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
11
cms/index.html
Normal file
11
cms/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!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">
|
||||
|
||||
<!-- Mirrored from rethinkingmarxism.org/cms/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 13 Jun 2024 12:11:03 GMT -->
|
||||
<head>
|
||||
<meta http-equiv="Refresh" content="0; url=../index.html">
|
||||
</head><body>
|
||||
<p>Please go to <a href="../index.html">http://rethinkingmarxism.org/</a></p>
|
||||
</body>
|
||||
<!-- Mirrored from rethinkingmarxism.org/cms/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 13 Jun 2024 12:11:03 GMT -->
|
||||
</html>
|
Reference in New Issue
Block a user