update 1908131632
This commit is contained in:
@@ -1,4 +1,104 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
|
||||
<head>
|
||||
|
||||
<meta http-equiv="Refresh" content="7; board-oo.html">
|
||||
|
||||
<title>RPM LinkBoard</title>
|
||||
<link rel="icon" type="image/x-icon" href="../img/icons/linkboard.ico">
|
||||
|
||||
<style media="screen">
|
||||
* {
|
||||
width: 500px;
|
||||
margin: 54px auto;
|
||||
color: #771414;
|
||||
font-family: Arial;
|
||||
font-size: 116%;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1.2px;
|
||||
word-spacing: 1.4px;
|
||||
}
|
||||
p {
|
||||
margin: 0;
|
||||
padding-bottom: 9px;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Document has moved. Redirecting...</p>
|
||||
<p id="countdown">... in 5 sec</p>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
let s = 4;
|
||||
|
||||
setInterval(function() {
|
||||
|
||||
document.getElementById('countdown').innerHTML = '... in ' + ((s > 0) ? s-- : s) + ' sec';
|
||||
|
||||
}, 1000);
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- <!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
|
||||
<head>
|
||||
@@ -282,7 +382,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- <script src="../app/functions.js"></script> -->
|
||||
<* <script src="../app/functions.js"></script> *>
|
||||
<fieldset class="favs">
|
||||
<legend>Shortcuts</legend>
|
||||
<table class="shcuts1">
|
||||
@@ -324,4 +424,4 @@
|
||||
<script src="../app-new/mc-owners-func.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html> -->
|
||||
|
||||
Reference in New Issue
Block a user