signal-desktop/sticker-creator/index.html
Chris Svenningsen b5df9b4067 Migrate messages, conversations, conversation_view, background to TS
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
2020-10-12 18:10:07 -04:00

14 lines
533 B
HTML

<!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>
<script type="text/javascript" src="../../js/signal_protocol_store.js"></script>
<script type="text/javascript" src="../../ts/backbonejQuery.js"></script>
<script type="text/javascript" src="../../js/storage.js"></script>
<script type="text/javascript" src="../../js/libtextsecure.js"></script>
</body>
</html>