Issue
Code backup
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>CodePen - HTML5 Canvas Matrix Effect</title>
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- partial:index.partial.html -->
|
||||
<html>
|
||||
<head>
|
||||
<title>HTML5 Canvas Matrix Effect</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<canvas id="canvas">Canvas is not supported in your browser.</canvas>
|
||||
<canvas id="canvas2">Canvas is not supported in your browser.</canvas>
|
||||
</body>
|
||||
</html>
|
||||
<!-- partial -->
|
||||
<script src="./script.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user