Browse Source

Delete 'p/index.html'

david.ortiz11 4 years ago
parent
commit
f02d8e18aa
1 changed files with 0 additions and 19 deletions
  1. 0
    19
      p/index.html

+ 0
- 19
p/index.html View File

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