Browse Source

Update 'lang/index.html'

New tags, inserted footer.
leo 3 years ago
parent
commit
617a1ffff1
1 changed files with 9 additions and 3 deletions
  1. 9 3
      lang/index.html

+ 9 - 3
lang/index.html

@@ -1,10 +1,16 @@
 <html>
     <head>
-        <meta charset="UTF-8">
-        <title>Acess not allowed! - Acesso não permitido</title>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	  <meta name="author" content="LInE" />
+      <title>iAssign - Acess not allowed! - Acesso não permitido</title>
     </head>
-    <body style="color: #FF0000">
+    <body>
+      <div style="color: #FF0000">
         <p>Acesso não permitido!</p>
         <p>Acess not allowed!</p>
+      </div>
+      <p style="font-size:0.8em">
+        <a href="http://www.matematica.br/ia" title="iAssign project: Free Education, Private Data">http://www.matematica.br/ia</a><br/>
+        <a href="http://line.ime.usp.br/" title="LInE: Free Education, Private Data">http://line.ime.usp.br/</a></p>
     </body>
 </html>