<!-- Authors : Carlos C. Corrada-Bravo David J. Ortiz-Rivera José A. Quiñones-Flores Organization : Centro de Desarrollo y Consultoria Computacional Project : OPASO Material Registry File : inventory.html Description : Redirect user to main page --> <!doctype html> <html lang="en"> <!-- Redirect user --> <head> <!-- js and meta fallback --> <script type="text/javascript">window.location.href = "/inventory.html"</script> <meta http-equiv="refresh" content="0;url=/inventory.html"> </head> </html>