diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-11-03 17:52:37 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-11-03 17:52:37 +0100 |
commit | 08f6889a89e338e3d96efb9fb0d7e389e3e3431a (patch) | |
tree | f71e22c5b876f60077ced2477baf5b4835b85f35 /htdocs/public/legal | |
parent | 49602a22a57ac892ef30019b67133e73756a78c8 (diff) | |
download | rainbow-08f6889a89e338e3d96efb9fb0d7e389e3e3431a.tar.gz rainbow-08f6889a89e338e3d96efb9fb0d7e389e3e3431a.tar.bz2 rainbow-08f6889a89e338e3d96efb9fb0d7e389e3e3431a.zip |
Fix
Diffstat (limited to 'htdocs/public/legal')
-rw-r--r-- | htdocs/public/legal/index.ejs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/htdocs/public/legal/index.ejs b/htdocs/public/legal/index.ejs index 227f352..db9c215 100644 --- a/htdocs/public/legal/index.ejs +++ b/htdocs/public/legal/index.ejs @@ -287,7 +287,9 @@ LjxKOq2a <hr> <h2 id="/warrant">Warrant Canary</h2> -<pre style="font-family:monospace;"> +<details> + <summary>Show warrant canary</summary> + <pre style="font-family:monospace;"> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 @@ -317,4 +319,5 @@ RsSq7z80WAXn2SAZCYLO1tvdUdfxBSOvZadAcjP/PX4Mvy5Lokr0uRp92iCImxLZ =+ld4 -----END PGP SIGNATURE----- </pre> +</details> <%- include(`${private}/footer.ejs`) %>
\ No newline at end of file |