forked from akella/CodropsTransmissionPortal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>3D Glass Portal Card in R3F | Codrops</title>
<meta name="description" content="Demo of a 3D glass portal card effect using R3F and Gaussian Splatting. " />
<meta name="keywords" content="gaussian splatting, 3d, three.js, react three fiber, 3d card, holographic card, glass card, portal" />
<meta name="author" content="Yuri Artiukh for Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<script>document.documentElement.className="js";</script>
</head>
<body>
<main>
<div class="frame">
<h1 class="frame__title">3D Glass Portal Card with R3F</h1>
<a class="frame__back" href="https://tympanus.net/codrops/?p=74549">Back to the article</a>
<a class="frame__prev" href="https://tympanus.net/Development/OnScrollShapeMorph">Previous demo</a>
<a class="frame__sub" href="https://tympanus.net/codrops/collective/">Subscribe</a>
</div>
<div id="root"></div>
</main>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>