2014-05-04 06:34:13 +00:00
|
|
|
<!--This program is free software: you can redistribute it and/or modify
|
2015-01-06 22:51:59 +00:00
|
|
|
it under the terms of the GNU Lesser General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
2014-05-04 06:34:13 +00:00
|
|
|
|
2015-01-06 22:51:59 +00:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU Lesser General Public License for more details.
|
2014-05-04 06:34:13 +00:00
|
|
|
|
2015-01-06 22:51:59 +00:00
|
|
|
You should have received a copy of the GNU Lesser General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
2014-05-04 06:34:13 +00:00
|
|
|
-->
|
|
|
|
|
2014-06-29 22:15:27 +00:00
|
|
|
<!DOCTYPE html>
|
2014-01-12 14:07:30 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2014-11-01 03:59:30 +00:00
|
|
|
<script type="text/javascript" src="js/components.js"></script>
|
2015-01-14 00:09:32 +00:00
|
|
|
<script type="text/javascript" src="js/libtextsecure.js"></script>
|
|
|
|
|
|
|
|
<script type="text/javascript" src="js/database.js"></script>
|
|
|
|
<script type="text/javascript" src="js/libphonenumber-util.js"></script>
|
2015-01-06 22:51:59 +00:00
|
|
|
<script type="text/javascript" src="js/models/messages.js"></script>
|
|
|
|
<script type="text/javascript" src="js/models/conversations.js"></script>
|
2014-06-03 16:39:29 +00:00
|
|
|
|
2015-01-06 22:51:59 +00:00
|
|
|
<script type="text/javascript" src="js/chromium.js"></script>
|
2015-02-10 23:27:26 +00:00
|
|
|
<script type="text/javascript" src="js/inbox_controller.js"></script>
|
2015-01-19 01:43:25 +00:00
|
|
|
|
2015-01-22 04:27:42 +00:00
|
|
|
<script type="text/javascript" src="js/bimap.js"></script>
|
|
|
|
<script type="text/javascript" src="js/panel_controller.js"></script>
|
2015-02-11 10:47:50 +00:00
|
|
|
<script type="text/javascript" src="js/background.js"></script>
|
2014-01-12 14:07:30 +00:00
|
|
|
</head>
|
2015-01-14 21:21:54 +00:00
|
|
|
<body>
|
2014-01-12 14:07:30 +00:00
|
|
|
</body>
|
|
|
|
</html>
|