2014-05-04 02:34:13 -04:00
|
|
|
<!--This program is free software: you can redistribute it and/or modify
|
2014-06-03 12:03:29 -07: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 02:34:13 -04:00
|
|
|
|
2014-06-03 12:03:29 -07: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 02:34:13 -04:00
|
|
|
|
2014-06-03 12:03:29 -07: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 02:34:13 -04:00
|
|
|
-->
|
|
|
|
|
2014-06-30 00:15:27 +02:00
|
|
|
<!DOCTYPE html>
|
2014-01-12 04:07:30 -10:00
|
|
|
<html>
|
|
|
|
<head>
|
2014-01-22 06:23:41 +00:00
|
|
|
<script type="text/javascript" src="js-deps/nacl-common.js"></script>
|
2014-10-31 20:59:30 -07:00
|
|
|
<script type="text/javascript" src="js/components.js"></script>
|
2014-06-01 13:39:35 -04:00
|
|
|
|
2014-10-20 01:21:23 -07:00
|
|
|
<script type="text/javascript" src="js/protobufs.js"></script>
|
2014-11-07 17:55:33 -08:00
|
|
|
<script type="text/javascript" src="js/curve25519_compiled.js"></script>
|
2014-11-04 14:59:48 -08:00
|
|
|
<script type="text/javascript" src="js/nativeclient.js"></script>
|
2014-06-01 13:39:35 -04:00
|
|
|
<script type="text/javascript" src="js/helpers.js"></script>
|
2014-10-28 20:30:35 -07: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 13:39:35 -04:00
|
|
|
<script type="text/javascript" src="js/webcrypto.js"></script>
|
2014-11-04 14:59:48 -08:00
|
|
|
<script type="text/javascript" src="js/crypto.js"></script>
|
|
|
|
<script type="text/javascript" src="js/protocol.js"></script>
|
2014-05-11 17:13:09 -07:00
|
|
|
<script type="text/javascript" src="js/models/messages.js"></script>
|
2014-05-16 21:48:46 -07:00
|
|
|
<script type="text/javascript" src="js/models/threads.js"></script>
|
2014-03-11 01:21:28 -07:00
|
|
|
<script type="text/javascript" src="js/api.js"></script>
|
2014-06-03 12:39:29 -04:00
|
|
|
<script type="text/javascript" src="js/sendmessage.js"></script>
|
|
|
|
|
2014-05-20 22:21:07 -04:00
|
|
|
<script type="text/javascript" src="js/chromium.js"></script>
|
2014-05-22 21:34:28 -07:00
|
|
|
<script type="text/javascript" src="js/background.js"></script>
|
2014-01-12 04:07:30 -10:00
|
|
|
</head>
|
2014-07-19 21:41:01 -04: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 04:07:30 -10:00
|
|
|
</body>
|
|
|
|
</html>
|