This commit is contained in:
nsturtz 2021-01-21 09:43:35 -05:00
parent a832461316
commit f7f2dc6979
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<a rel="me" href="https://tilde.zone/@MIF"></a>
<title>Loading BLOG</title>
<meta http-equiv="refresh" content="35; URL=index.php" />
<link rel="stylesheet" href="matrix.css">
@ -6,12 +6,9 @@
<script>
c = document.getElementById("c");
var ctx = c.getContext("2d");
//making the canvas full screen
c.height = window.innerHeight;
c.width = window.innerWidth;
//chinese characters - taken from the unicode charset
var chinese = "MIF";
//converting the string into an array of single characters
chinese = chinese.split(" ");