diff options
Diffstat (limited to 'template/about_us.st')
| -rw-r--r-- | template/about_us.st | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/template/about_us.st b/template/about_us.st index 14cc454..7431eac 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -1,21 +1,16 @@ <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <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"> + <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"> jQuery(function() { jQuery('.scroll-pane').jScrollPane(); }); - - </script> - - <title>dump.fm</title> + <title>dump.fm: about us</title> $head()$ </head> <body style="font-family: Arial, Helvetica, sans-serif; |
