-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
95 lines (95 loc) · 3.28 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="/tech/start.css" />
<link rel="stylesheet" href="/tech/new_index.css" />
<title>KonaloboWorld!</title>
<!-- определение превью в дискордике и прочее -->
<meta name="description" content="" />
<meta property="og:url" content="https://konalobostudio.github.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="KonaloboWorld!" />
<meta property="og:description" content="" />
<meta property="og:image" content="/tech/site_preview/ind_prev.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="konalobostudio.github.io" />
<meta property="twitter:url" content="https://konalobostudio.github.io" />
<meta name="twitter:title" content="KonaloboWorld!" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="/tech/site_preview/ind_prev.png" />
<link rel="icon" href="/tech/magixa_favicon.ico" />
<script src="/tech/js/jquery-3.7.1.min.js"></script>
<script src="/tech/js/TweenMax.min.js"></script>
</head>
<body>
<script src="/tech/js/preloader.min.js"></script>
<canvas id="rain"></canvas>
<script src="/tech/js/rain.js"></script>
<div class="magixa_p"></div>
<script src="/tech/js/rnd_imagebuilder.js"></script>
<div class="upper_panel_bg">
<div class="up_panel">
<p class="ks_wrld_int">KonaloboWorld</p>
<iframe
class="kse_links"
src="/brand.html"
scrolling="no"
width="100%"
style="overflow: hidden; height: 40px; border: 0px; margin: 5px"
></iframe>
</div>
</div>
<div id="magixa_body">
<div class="windows">
<div class="center_window">
<div class="ins_wind">
<!-- <p class="ks_wrld_logo">KonaloboWorld</p> -->
<div class="btn_zone">
<button
onclick="location.href='./classicskype/en/index.html'"
class="button"
>
Classic Skype Website
</button>
<button
onclick="location.href='sec/DL/index.html'"
class="button"
>
Download Center
</button>
<button
onclick="location.href='sec/MUSIC/index.html'"
class="button"
>
Music
</button>
<button
onclick="location.href='sec/VEG/index.html'"
class="button"
>
My VEG Files
</button>
<button
onclick="location.href='/pg3dcollect/index_pg.html'"
class="button"
>
Pixel Gun 3D Collection
</button>
<button
onclick="location.href='sec/minerlands/index.html'"
class="button"
>
Miner Lands
</button>
<!-- <button
onclick="location.href='/sec/MAGIXA/index.html'"
class="button"
>
shh///
</button> --->
</div>
<p class="copy">©KonaloboStudio 2022-2024</p>
</div>
</div>
</div>
</div>
</body>