You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
378 B
HTML

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Basic Matrix Effect</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- Hello World in 92 Languages falling down in Matrix code rain-->
<script src='https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js'></script>
<script src="./script.js"></script>
</body>
</html>