-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (37 loc) · 1.91 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Animated rotate sphere TagCloud JavaScript app example" />
<meta name="keywords"
content="tagCloud, tagCloud plugin, tagCloud app example, rotate sphere, animated rotate sphere, rotate sphere JavaScript" />
<meta name="author" content="TagCloud Hacking-NASSA-with-HTML Vyacheslav Plekhanov">
<meta property="og:url" content="https://hacking-nassa-with-html.github.io/animated_rotate_sphere/" />
<meta property="og:title" content="Animated rotate sphere." />
<meta property="og:description" content="Inspired by Tina Green from Microverse." />
<meta property="og:image"
content="https://hacking-nassa-with-html.github.io/animated_rotate_sphere/assets/img/FB_open_graph_1200x630_image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="842172082628945" />
<meta property="og:image"
content="https://hacking-nassa-with-html.github.io/animated_rotate_sphere/assets/img/whatsapp_OG_400x400_image.jpg">
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<title>Animated rotate sphere</title>
<link rel="icon" href="./assets/img/node-js.ico" />
<link rel="stylesheet" href="./assets/CSS/style.css">
</head>
<body id="body" class="body">
<div id="containerForGeneratedContent"></div>
<div class="sphere-container">
<div class="Sphere"></div>
</div>
<script src="./assets/js/TagCloud.js"></script>
<script src="./assets/js/mainScript.js" defer></script>
</body>
</html>