-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (43 loc) · 1.35 KB
/
index.html
File metadata and controls
53 lines (43 loc) · 1.35 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Made with Needle</title>
<meta property="og:title" content="Made with Needle" />
<meta name="description" content="🌵 Made with Needle Engine">
<meta property="og:description" content="🌵 Made with Needle Engine" />
<meta name="robots" content="index,follow">
<meta name="url" content="https://needle.tools">
<link rel="stylesheet" href="./src/style.css">
</head>
<body>
<!-- script imports -->
<script type="module" src="./src/generated/gen.js"></script>
<script type="module" src="./src/main.ts"></script>
<!-- 3D scene -->
<needle-engine clickthrough background-color="transparent"></needle-engine>
<!-- Content -->
<main>
<div class="section behind">
<h1>
Needle Engine
</h1>
</div>
<div class="section behind">
<h1 class="highlight">
Follow the link
</h1>
</div>
<div class="section invert">
<h2>
<a href="https://docs.needle.tools" target="_blank">and get started!</a>
</h2>
<p class="secondary">
The 3D animations are interactive and without code in Needle Engine using Physics and Timeline components.
</p>
</div>
</main>
</body>
</html>