root/feedmelinks/install/gm/index.html

Revision 1074, 0.5 kB (checked in by jm3, 2 years ago)

added links to the GreaseMonkey? plugin installer plus a simple page promoting it...

Line 
1 <html>
2         <head>
3                 <title>
4                         Install the Feed Me Links Greasemonkey Google plugin
5                 </title>
6         </head>
7         <body>
8
9                 <style type="text/css">
10                         body {
11                                 font-family: "Trebuchet MS";
12                         }
13                         #main {
14                                 margin-top: 5em;
15                                 margin-left: auto;
16                                 margin-right: auto;
17                                 width: 500px;
18                         }
19                 </style>
20
21                 <div id="main">
22                         Click <a href="feed-me-google.user.js"><h1>the GreaseMonkey link</h1></a> and press the "Install" button.
23                         Then go <a href="http://google.com/search?q=meat">google something...</a>
24                 </div>
25
26         </body>
27 </html>
Note: See TracBrowser for help on using the browser.