forked from brunoimbrizi/interactive-particles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.71 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.71 KB
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 lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Interactive Particles | Codrops</title>
<meta name="description" content="Demo of a tutorial on how to draw a large number of particles with Three.js and make them interactive." />
<meta name="keywords" content="three.js, tutorial, particles, interactive, javascript, webgl" />
<meta name="author" content="Bruno Imbrizi for Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="./static/css/base.css" />
<link rel="stylesheet" type="text/css" href="./static/css/demo1.css" />
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
</head>
<body class="demo-1">
<main>
<div class="frame">
<div class="frame__title-wrap">
<h1 class="frame__title">Interactive Particles</h1>
</div>
<a class="frame__github" href="https://github.com/barionleg/interactive-particles">GitHub</a>
<div class="frame__links">
<a href="index2.html">Previous Demo</a>
<a href="https://tympanus.net/codrops/?p=37503">Article</a>
</div>
</div>
</main>
<div class="container"></div>
<script type="text/javascript" src=".src/scripts/index.73f6680635ea0c7249d7.js"></script></body>
<script src=".src/scripts/demoad.js"></script>
</html>