-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 1.25 KB
/
Copy pathindex.html
File metadata and controls
40 lines (35 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spider Web UI | Glassmorphism Demo</title>
<!-- Link to your professional CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="demo-container">
<!-- The Glassmorphism Card -->
<div class="glass-card">
<h1>SPIDER MESH</h1>
<h4>by sushensanthush</h4>
<p class="subtitle"> OLED-Ready Glassmorphism System</p>
<div class="feature-list">
<div class="tag">Interactive Mesh</div>
<div class="tag">#000000 Base</div>
<div class="tag">Glass Blur</div>
</div>
<a href="https://github.com/sushensanthush" class="btn-primary">View GitHub Profile</a>
</div>
</div>
<!-- The Spider Web Interactive Script -->
<!-- This creates the web that follows your mouse -->
<script type="text/javascript"
color="255,255,255"
opacity="0.6"
zIndex="-1"
count="150"
src="https://cdnjs.cloudflare.com/ajax/libs/canvas-nest.js/1.0.1/canvas-nest.min.js">
</script>
</body>
</html>