2020-10-30 20:34:04 +00:00
|
|
|
<!-- Copyright 2019-2020 Signal Messenger, LLC -->
|
|
|
|
<!-- SPDX-License-Identifier: AGPL-3.0-only -->
|
|
|
|
|
2019-12-17 20:25:57 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="../../stylesheets/manifest_bridge.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="text/javascript" src="../../js/components.js"></script>
|
2020-09-24 20:57:54 +00:00
|
|
|
<script type="text/javascript" src="../../ts/backbonejQuery.js"></script>
|
2021-04-16 23:13:13 +00:00
|
|
|
|
2021-05-19 22:01:32 +00:00
|
|
|
<script type='text/javascript' src='../../libtextsecure/protocol_wrapper.js'></script>
|
|
|
|
<script type='text/javascript' src='../../libtextsecure/protobufs.js'></script>
|
2019-12-17 20:25:57 +00:00
|
|
|
</body>
|
|
|
|
</html>
|