diff options
| author | timb <timb@mb.home> | 2010-04-01 00:48:45 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-04-01 00:48:45 -0700 |
| commit | f3d1b68e3919345c67be06cbd7e7bb61f67ffcbd (patch) | |
| tree | ec9b15cc4f0ceb34a1335592dd6505bfdb6bcfd9 /template/about_us.st | |
| parent | 70d8c1992f97286a63babcf7ebd996ab74ec7eac (diff) | |
organize some images, move css to static/css/, clean up templates, remove junk
Diffstat (limited to 'template/about_us.st')
| -rw-r--r-- | template/about_us.st | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/template/about_us.st b/template/about_us.st index 61c0a4a..6cd04dc 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -1,9 +1,8 @@ <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <link href="/static/pages.css" rel="stylesheet" type="text/css" media="screen"/> - <link href="/static/win.css" rel="stylesheet" type="text/css" media="screen"/> - <script type="text/javascript" src="/static/js/win.js"></script> + <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" /> + <link href="/static/css/win.css" rel="stylesheet" type="text/css" media="screen" /> + <script type="text/javascript" src="/static/js/win.js"></script> <script type="text/javascript"> |
