source: trunk/startsn.html@ 413

Last change on this file since 413 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
Line 
1<html>
2<head>
3
4<title>IP Database</title>
5
6<link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
7<link rel="stylesheet" type="text/css" href="/ip/local.css" />
8
9</head>
10<body>
Note: See TracBrowser for help on using the repository browser.