-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1006 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#000"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
<meta property="og:url" content="https://victorribeiro.com/fire" />
<meta property="og:type" content="Article" />
<meta property="og:title" content="Fire Message" />
<meta property="og:author" content="Victor Ribeiro" />
<meta property="og:description" content=" " />
<meta property="og:image" content="https://victorribeiro.com/fireEffect/screenshot.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<title> Fire </title>
<link rel="stylesheet" href="css/main.css" />
<link rel="icon" href="favicon.png" sizes="256x256"/>
<link rel="apple-touch-icon" href="favicon.png" />
</head>
<body>
<canvas id="canvas"></canvas>
<script src="js/main.js"></script>
</body>
</html>