Proyecto en colaboración con OPASO

index.html 760B

12345678910111213141516171819
  1. <!-- Authors : Carlos C. Corrada-Bravo
  2. David J. Ortiz-Rivera
  3. José A. Quiñones-Flores
  4. Organization : Centro de Desarrollo y Consultoria Computacional
  5. Project : OPASO Material Registry
  6. File : inventory.html
  7. Description : Redirect user to main page -->
  8. <!doctype html>
  9. <html lang="en">
  10. <!-- Redirect user -->
  11. <head>
  12. <!-- js and meta fallback -->
  13. <script type="text/javascript">window.location.href = "/inventory.html"</script>
  14. <meta http-equiv="refresh" content="0;url=/inventory.html">
  15. </head>
  16. </html>