-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (28 loc) · 1.15 KB
/
index.html
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
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>Heartflame Studios</title>
<meta name="title" content="Heartflame Studios" />
<meta name="description" content="" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://heartflamesoftware.github.io/landing/" />
<meta property="og:title" content="Heartflame Studios" />
<meta property="og:description" content="" />
<meta property="og:image"
content="https://github.com/HeartflameSoftware/.github/raw/main/profile/heart.jpeg?raw=true" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://heartflamesoftware.github.io/landing/" />
<meta property="twitter:title" content="Heartflame Studios" />
<meta property="twitter:description" content="" />
<meta property="twitter:image"
content="https://github.com/HeartflameSoftware/.github/raw/main/profile/heart.jpeg?raw=true" />
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<canvas id="fire"></canvas>
<img src="bg.png" id="bg" style="display: none;" />
<script src="fire.js"></script>
</body>
</html>