-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 777 Bytes
/
index.html
File metadata and controls
21 lines (18 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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, viewport-fit=cover">
<title>Made with Needle</title>
<meta name="robots" content="index,follow">
<link rel="stylesheet" href="./src/styles/style.css">
</head>
<body>
<script type="module" src="./src/main.ts"></script>
<!-- https://engine.needle.tools/docs/reference/needle-engine-attributes -->
<needle-engine environment-image="https://cdn.needle.tools/static/hdris/photo_studio_01_4k.pmrem.ktx2"
background-image="https://cdn.needle.tools/static/hdris/photo_studio_01_4k.pmrem.ktx2"
background-blurriness=".2"></needle-engine>
</body>
</html>