Files
boc/web/index.html
T

12 lines
266 B
HTML
Raw Normal View History

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