Update index.html

This commit is contained in:
ar0n
2021-03-01 14:02:56 +00:00
committed by GitHub
parent bfbc2c7af6
commit 62236629b5

View File

@@ -85,8 +85,5 @@ if (typeof openpgp.config === "object") {
} else {
document.getElementById('worksCheck').insertAdjacentHTML('beforeend', '<div class="alert alert-danger" role="alert">OpenPGP.js won\'t start in this browser. Do a <a href="/compatibility.html">compatibility check.</a></div>');
}
let c = baffle('code', {characters: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789', speed: 80}).start();
c.reveal(3000, 500);
</script>
</html>