2014-05-04 06:34:13 +00:00
|
|
|
<!--This program is free software: you can redistribute it and/or modify
|
2014-06-03 19:03:29 +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
|
|
|
|
2014-06-03 19:03:29 +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
|
|
|
|
2014-06-03 19:03:29 +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-01-22 06:23:41 +00:00
|
|
|
<script type="text/javascript" src="js-deps/nacl-common.js"></script>
|
2014-06-03 19:03:29 +00:00
|
|
|
<script type="text/javascript" src="js-deps/CryptoJS.js"></script>
|
2014-03-10 00:32:00 +00:00
|
|
|
<script type="text/javascript" src="js-deps/curve255.js"></script>
|
2014-11-01 03:59:30 +00:00
|
|
|
<script type="text/javascript" src="js/components.js"></script>
|
2014-06-01 17:39:35 +00:00
|
|
|
|
2014-10-20 08:21:23 +00:00
|
|
|
<script type="text/javascript" src="js/protobufs.js"></script>
|
2014-06-01 17:39:35 +00:00
|
|
|
<script type="text/javascript" src="js/helpers.js"></script>
|
2014-10-29 03:30:35 +00:00
|
|
|
<script type="text/javascript" src="js/storage.js"></script>
|
|
|
|
<script type="text/javascript" src="js/storage/devices.js"></script>
|
|
|
|
<script type="text/javascript" src="js/storage/groups.js"></script>
|
|
|
|
<script type="text/javascript" src="js/libphonenumber-util.js"></script>
|
2014-06-01 17:39:35 +00:00
|
|
|
<script type="text/javascript" src="js/webcrypto.js"></script>
|
|
|
|
<script type="text/javascript" src="js/crypto.js"></script>
|
2014-05-12 00:13:09 +00:00
|
|
|
<script type="text/javascript" src="js/models/messages.js"></script>
|
2014-05-17 04:48:46 +00:00
|
|
|
<script type="text/javascript" src="js/models/threads.js"></script>
|
2014-03-11 08:21:28 +00:00
|
|
|
<script type="text/javascript" src="js/api.js"></script>
|
2014-06-03 16:39:29 +00:00
|
|
|
<script type="text/javascript" src="js/sendmessage.js"></script>
|
|
|
|
|
2014-05-21 02:21:07 +00:00
|
|
|
<script type="text/javascript" src="js/chromium.js"></script>
|
2014-05-23 04:34:28 +00:00
|
|
|
<script type="text/javascript" src="js/background.js"></script>
|
2014-01-12 14:07:30 +00:00
|
|
|
</head>
|
2014-07-20 01:41:01 +00:00
|
|
|
<body data-name="curve25519" data-tools="pnacl" data-configs="Debug Release" data-path="nacl/pnacl/{config}">
|
2014-01-22 06:23:41 +00:00
|
|
|
<div id="listener"></div>
|
|
|
|
<div id="log"></div>
|
2014-01-12 14:07:30 +00:00
|
|
|
</body>
|
|
|
|
</html>
|