12 lines
266 B
HTML
12 lines
266 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta http-equiv="refresh" content="0; url=dashboard.html">
|
||
|
|
<title>BOC — Business Operations Center</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>Redirecting to <a href="dashboard.html">Dashboard</a>...</p>
|
||
|
|
</body>
|
||
|
|
</html>
|