session-desktop/background.html

34 lines
1.3 KiB
HTML
Raw Normal View History

<!--This program is free software: you can redistribute it and/or modify
2015-01-06 23:51:59 +01: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.
2015-01-06 23:51:59 +01: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.
2015-01-06 23:51:59 +01: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/>.
-->
<!DOCTYPE html>
2014-01-12 15:07:30 +01:00
<html>
<head>
2014-11-01 04:59:30 +01:00
<script type="text/javascript" src="js/components.js"></script>
<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 23:51:59 +01:00
<script type="text/javascript" src="js/models/messages.js"></script>
<script type="text/javascript" src="js/models/conversations.js"></script>
2015-01-06 23:51:59 +01:00
<script type="text/javascript" src="js/chromium.js"></script>
<script type="text/javascript" src="js/panel_controller.js"></script>
2015-01-06 23:51:59 +01:00
<script type="text/javascript" src="js/background.js"></script>
2014-01-12 15:07:30 +01:00
</head>
2015-01-14 22:21:54 +01:00
<body>
2014-01-12 15:07:30 +01:00
</body>
</html>