Last change
on this file since 471 was 413, checked in by Kris Deugau, 14 years ago |
/trunk
Migrate body colour and font base defs to CSS, make <head>
sections more consistent. See #3.
Look for local.css so admins can override the default
colours. local.css is ignored on the working root as it
should be entirely a local file. See #14.
|
File size:
184 bytes
|
Rev | Line | |
---|
[4] | 1 | <html>
|
---|
| 2 | <head>
|
---|
| 3 |
|
---|
| 4 | <title>IP Database</title>
|
---|
| 5 |
|
---|
[413] | 6 | <link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
|
---|
| 7 | <link rel="stylesheet" type="text/css" href="/ip/local.css" />
|
---|
[4] | 8 |
|
---|
| 9 | </head>
|
---|
[413] | 10 | <body>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.