update 1908131632

This commit is contained in:
vkservicesllc
2019-08-13 16:32:43 -04:00
parent 7d36589efb
commit d5cb3b690f
7 changed files with 157 additions and 10 deletions

View File

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