summaryrefslogtreecommitdiffstats
path: root/scripts/torrent-generator/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/torrent-generator/head.html')
-rw-r--r--scripts/torrent-generator/head.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/scripts/torrent-generator/head.html b/scripts/torrent-generator/head.html
new file mode 100644
index 0000000..b549d7a
--- /dev/null
+++ b/scripts/torrent-generator/head.html
@@ -0,0 +1,42 @@
+<html>
+ <head>
+ <title>Bittorrent for torrent.fedoraproject.org</title>
+ <style>
+table {
+ border-collapse:collapse;
+}
+th {
+ margin:5px;
+ padding: 8px;
+ border:1px solid #336699;
+ background-color:#336699;
+ color:#FFFFFF;
+ font-size: 9pt;
+ font-weight:bold;
+}
+
+td {
+ margin:5px;
+ padding: 5px;
+ border:1px solid #336699;
+ background-color:#FFFFFF;
+ color:#000000;
+ font-size: 9pt;
+}
+
+
+ </style>
+<link rel="alternate" type="application/xml" title="RSS" href="rss20.xml">
+ </head>
+ <body bgcolor="#ffffff">
+ <p>
+ <h2>This is a tracker for the Fedora Project</h2>
+ </p>
+ <p>
+ <table width="80%" class='middletable'>
+ <tr>
+ <th>torrent</th>
+ <th>description</th>
+ <th>size</th>
+ <th>date</th>
+ </tr> \ No newline at end of file