]> 472bisson.ca Git - magnet.git/commitdiff
Cleaned Code and added Style Sheet
authorManjunath CV <cvmanjoo@gmail.com>
Tue, 24 Dec 2013 18:25:10 +0000 (23:55 +0530)
committerManjunath CV <cvmanjoo@gmail.com>
Tue, 24 Dec 2013 18:25:10 +0000 (23:55 +0530)
index.php
style.css

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>
index ee6fb27fb16b207fd5740728709a8e09f2a235dd..3ccef14ffdadf346666c807caf0ba94f65a21fc8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1 +1,9 @@
-http://www.tdl.com/~jrb/jrb7/css_textfield0.html
\ No newline at end of file
+/* CSS layout */
+
+body{
+       margin: 5px;
+       padding: 5px;
+       font-family: 'Voces', cursive;
+}
+
+/*http://www.tdl.com/~jrb/jrb7/css_textfield0.html */
\ No newline at end of file