-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 905 Bytes
/
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
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Glowing Spinning Cube </title>
<link rel="stylesheet" href="css/cube.css">
</head>
<body>
<div class="box">
<div class="top"></div>
<div>
<span style="--i:0;">
<h2>BLΛƆKPIИK</h2>
<h2>BLΛƆKPIИK</h2>
</span>
<span style="--i:1;">
<h2>BLΛƆKPIИK</h2>
<h2>BLΛƆKPIИK</h2>
</span>
<span style="--i:2;">
<h2>BLΛƆKPIИK</h2>
<h2>BLΛƆKPIИK</h2>
</span>
<span style="--i:3;">
<h2>BLΛƆKPIИK</h2>
<h2>BLΛƆKPIИK</h2>
</span>
</div>
</div>
</body>
</html>