35 lines
891 B
HTML
35 lines
891 B
HTML
<!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>
|