duplicated redirect page and changed paths to %CONTENT_DIR%

master
LinuxMint4Ever 2020-02-19 04:07:26 +01:00
parent 37516e1cf6
commit 1a5f0d60ec
2 changed files with 9 additions and 26 deletions

View File

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="refresh" content="0;./common/" /> <meta http-equiv="refresh" content="0;%CONTENT_DIR%/" />
</head> </head>
<body> <body>
<p> Your browser seems to not support redirects. <br /> <p> Your browser seems to not support redirects. <br />
Please klick the following link to continue: <a href="./common/"> Go to home page... </a></p> Please klick the following link to continue: <a href="%CONTENT_DIR%/"> Go to home page... </a></p>
</body> </body>
</html> </html>

View File

@ -1,27 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Home page</title> <meta http-equiv="refresh" content="0;%CONTENT_DIR%/" />
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/stylesheet.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
<ul class="topnav"> <p> Your browser seems to not support redirects. <br />
<li><a class="active" href="#home">Home</a></li> Please klick the following link to continue: <a href="%CONTENT_DIR%/"> Go to home page... </a></p>
<li><a href="#news">News</a></li>
<li><a href="%CONTENT_DIR%/about/">About</a></li>
<li class="right"><a href="%CONTENT_DIR%/login/">Log In</a></li>
</ul>
<div style="padding:0 16px;">
<h2>ThreadR Homepage</h2>
<p></p>
<p></p>
<h4></h4>
</div>
</body> </body>
</html> </html>