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

34
rpm/board-oo.html Normal file
View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>RPM LinkBoard O/O</title>
<link rel="icon" type="image/x-icon" href="https://img.icons8.com/color/80/000000/interstate-truck.png">
<meta name="author" content="VK Services, LLC">
<meta charset="utf-8">
<meta http-equiv="cache-control" content="must-revalidate, no-store, no-cache">
<meta http-equiv="refresh" content="300">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/styles.css">
<script src="../js/date-time.js"></script>
</head>
<body>
<h1>
LINKBOARD <span>Owner Operators</span>
<span id="date-time"></span><script type="text/javascript">window.onload = date_time('date-time');</script>
</h1>
<nav id="top"></nav>
<script src="../js/nav.js" charset="utf-8"></script>
</body>
</html>