-
Notifications
You must be signed in to change notification settings - Fork 1
/
particle-whirlwind.html
32 lines (25 loc) · 1.31 KB
/
particle-whirlwind.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
<!DOCTYPE html>
<html>
<body>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Particle Whirlwind</title>
<link rel="stylesheet" href="particle-whirlwind.css">
<meta property="og:title" content="Particle Whirlwind">
<meta property="og:description" content="⇢ Javascript particles | a conditional expression to adjust the velocity with this.size">
<meta property="og:image" content="particle-whirlwind-thumbnail-1920x1080.jpg">
<meta name="twitter:title" content="Particle Whirlwind">
<meta name="twitter:description" content="Guess the six letter word!⇢ Javascript particles | a conditional expression to adjust the velocity with this.size">
<meta name="twitter:image" content="particle-whirlwind-thumbnail-1920x1080.jpg">
<meta name="twitter:card" content="summary_large_image">
</head>
<!-- <iframe src="221018-loop.mp3" allow="autoplay" id="audio" style="display: none"></iframe>
<audio controls autoplay>
<source src="221018-loop.mp3" type="audio/mpeg" />
Your browser does not support the audio element.
</audio> -->
<canvas id="canvas1"></canvas>
<script type="text/javascript" src="particle-whirlwind.js"></script>
</body>
</html>