]> mj.ucw.cz Git - pciids.git/commitdiff
Added default, almost empty, index
authorMichal Vaner <vorner@ucw.cz>
Tue, 15 Jul 2008 08:47:40 +0000 (10:47 +0200)
committerMichal Vaner <vorner@ucw.cz>
Tue, 15 Jul 2008 08:47:40 +0000 (10:47 +0200)
index.html [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..992f9e1
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en"><head><title>PciIds</title>
+<link rel='stylesheet' type='text/css' media='screen' href='/static/screen.css'>
+<link rel='stylesheet' type='text/css' media='print' href='/static/print.css'>
+</head><body>
+       <h1>PciIds</h1>
+       <p>Welcome to new webside of Pci IDs database.
+       <ul>
+               <li><a href='/PC/'>PCI devices</a>
+               <li><a href='/PD/'>PCI device classes</a>
+       </ul>
+</body></html>