diff options
author | Andinus <andinus@nand.sh> | 2020-05-22 14:51:32 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-06 22:36:35 +0530 |
commit | c4f2958dfa4cf3799e1462fa9320d347cb8e2a79 (patch) | |
tree | 915817b477c5a1417413ab844443cace316d475f /index.php | |
parent | b3199f215ecc54e3fb6706311f297e54f729283e (diff) | |
download | site-c4f2958dfa4cf3799e1462fa9320d347cb8e2a79.tar.gz |
Restyle sshfp section
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/index.php b/index.php index 2d27ae3..c0217db 100755 --- a/index.php +++ b/index.php @@ -122,10 +122,12 @@ <?php include("newsdata.html"); ?> </div> <div id="sshfp"> -<code>256 SHA256:QSijnje9WlvxZyIXc5h8uJ2MzPCKbviy0WnBG7U4aP0 (ECDSA)<br /> -256 SHA256:3n9E2Y0Kz4YeF776aUQNM+roVICTVQHFs64ekyADQxY (ED25519)<br /> -3072 SHA256:GsmsdVkfRA8YznxI6EZJW+pf9IntSUIpNfeeGhpIs8w (RSA)<br /> -1024 SHA256:foWYUgDuqfFIKnD2sLgeF1m2l9/ykSLwwlMyLWgesCA (DSA)</code> + <pre> +256 SHA256:QSijnje9WlvxZyIXc5h8uJ2MzPCKbviy0WnBG7U4aP0 (ECDSA) +256 SHA256:3n9E2Y0Kz4YeF776aUQNM+roVICTVQHFs64ekyADQxY (ED25519) +3072 SHA256:GsmsdVkfRA8YznxI6EZJW+pf9IntSUIpNfeeGhpIs8w (RSA) +1024 SHA256:foWYUgDuqfFIKnD2sLgeF1m2l9/ykSLwwlMyLWgesCA (DSA) + </pre> </div> </div> </body> |