-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 785 Bytes
/
index.html
File metadata and controls
23 lines (20 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="theme-color" content="#000000"/>
<meta name="author" content="Kostadin Plachkov"/>
<meta name="description" content="The Matrix code rain animation with custom text in the middle."/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="dmatrix"/>
<meta property="og:description" content="The Matrix code rain animation with custom text in the middle."/>
<meta property="og:site_name" content="dmatrix"/>
<meta property="og:url" content="https://kplachkov.github.io/dmatrix"/>
<link rel="stylesheet" href="css/dmatrix.css"/>
<title>dmatrix</title>
</head>
<body>
<canvas id="cvs"></canvas>
<span id="text">dmatrix</span>
<script src="js/dmatrix.js"></script>
</body>
</html>