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
|
|
|
<!-- prettier-ignore -->
|
2020-02-07 19:07:22 +00:00
|
|
|
<link rel="stylesheet" href="../stylesheets/manifest.css" />
|
2020-09-24 15:11:38 +00:00
|
|
|
<script>
|
|
|
|
window.log = {
|
|
|
|
fatal: console.error.bind(console),
|
|
|
|
error: console.error.bind(console),
|
|
|
|
warn: console.warn.bind(console),
|
|
|
|
info: console.info.bind(console),
|
|
|
|
debug: console.debug.bind(console),
|
|
|
|
trace: console.trace.bind(console),
|
|
|
|
};
|
|
|
|
</script>
|