Upload index.html with huggingface_hub
Browse files- index.html +1 -15
index.html
CHANGED
@@ -1,13 +1,3 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html lang="en" >
|
3 |
-
<head>
|
4 |
-
<meta charset="UTF-8">
|
5 |
-
<title>CodePen - CSS Only 3D Tagcloud V2</title>
|
6 |
-
<link rel="stylesheet" href="./style.css">
|
7 |
-
|
8 |
-
</head>
|
9 |
-
<body>
|
10 |
-
<!-- partial:index.partial.html -->
|
11 |
<div class="tagcloud-wrapper">
|
12 |
|
13 |
<div class="tagcloud-controls" style="--num-elements: 20">
|
@@ -135,8 +125,4 @@
|
|
135 |
|
136 |
</div>
|
137 |
|
138 |
-
</div>
|
139 |
-
<!-- partial -->
|
140 |
-
|
141 |
-
</body>
|
142 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="tagcloud-wrapper">
|
2 |
|
3 |
<div class="tagcloud-controls" style="--num-elements: 20">
|
|
|
125 |
|
126 |
</div>
|
127 |
|
128 |
+
</div>
|
|
|
|
|
|
|
|