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