update 1908121140

This commit is contained in:
vkservicesllc
2019-08-12 11:40:57 -04:00
parent 7d739d58b0
commit 7d36589efb
16 changed files with 1615 additions and 21 deletions

View File

@@ -1,4 +1,109 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta http-equiv="Refresh" content="7; board-cd.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>
@@ -71,8 +176,8 @@
<nav id="top">
<ul class="sub1">
<li><a target="_blank" class="bl h"
href="https://www.tch.com/security/logon.jsp"
>EFS</a>
href="https://www.tch.com/security/logon.jsp">
EFS</a>
</li>
<li><a target="_blank" class="h"
href="https://www.dropbox.com/home">
@@ -419,4 +524,4 @@
</body>
</html>
</html> -->