]> 472bisson.ca Git - magnet.git/blobdiff - index.php
Cleaned Code and added Style Sheet
[magnet.git] / index.php
index e7c059122330065a184ce169b5ddf21f0a3b8aa4..af112141bb35cfce07de49f9079f0c5408e90291 100644 (file)
--- a/index.php
+++ b/index.php
@@ -2,22 +2,21 @@
 <html>
 
        <head>
-               <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
                <title>Torrage</title>
+               
+               <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+               
+               <link href="style.css" rel="stylesheet" type="text/css" />
+               <link href='http://fonts.googleapis.com/css?family=Voces' rel='stylesheet' type='text/css'>
+
        </head>
        
        <body>
                <h1>Torrage</h1>
                <form action="index.php" method="get">
                        <input type="text" width="600" name="infohash"/>
-                       
-                       
                        <input type="submit" value="Get .torrent"/>
-                       
-                       
                                
-                       
-                       
                </form>
                
                <?php 
                        
                        echo $url;
                                                
-                       header( 'Location: '.$url ) ;  //Internet   
-
+                       header( 'Location: '.$url ) ;  //Internet 
                }
-               
-
-               
-               
                ?>
 
 </html>