| Index: help.html | 
| =================================================================== | 
| deleted file mode 100644 | 
| --- a/help.html | 
| +++ /dev/null | 
| @@ -1,46 +0,0 @@ | 
| -<!DOCTYPE HTML> | 
| -<html> | 
| - <head> | 
| - <title id=title></title> | 
| - <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> | 
| - <link rel='shortcut icon' href='/images/icon32.png'/> | 
| - | 
| - <link rel='stylesheet' type='text/css' href='/design/header.css'/> | 
| - <link rel='stylesheet' type='text/css' href='/design/default.css'/> | 
| - <link rel='stylesheet' type='text/css' href='/design/input.css'/> | 
| - <link rel='stylesheet' type='text/css' href='/design/notify.css'/> | 
| - | 
| - <!--Load generic scripts--> | 
| - <script src="/files/default.js"></script> | 
| - | 
| - <!--Load language specific scripts--> | 
| - <script src="/files/translate.js"></script> | 
| - </head> | 
| - <body> | 
| - <div id=arrow></div> | 
| - | 
| - <div id=header></div> | 
| - | 
| - <div id=content> | 
| - <div id=help></div> | 
| - <hr> | 
| - <div id=back></div> | 
| - </div> | 
| - | 
| - <div id=notification></div> | 
| - | 
| - <div id=footer> | 
| - <div id=donate></div> | 
| - <div id=copyright></div> | 
| - </div> | 
| - | 
| - <!--Load page generating scripts--> | 
| - <script src="/common/header.js"></script> | 
| - | 
| - <script src="/help/help.js"></script> | 
| - <script src="/common/back.js"></script> | 
| - | 
| - <script src="/common/notification.js"></script> | 
| - </body> | 
| -</html> | 
| - |