This repository was archived by the owner on Oct 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (94 loc) · 4.34 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
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<!--Welcome to my code :)-->
</html>
<head>
<meta charset="utf-8">
<meta name='viewport' content='width=device-width,initial-scale=1'/>
<meta content='true' name='HandheldFriendly'/>
<meta content='width' name='MobileOptimized'/>
<meta content='yes' name='apple-mobile-web-app-capable'/>
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/conf/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>lghtng- Welcome >_> </title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- Preloader script START -->
<script>
document.body.onload = function(){
setTimeout( function(){
let preloader = document.getElementById('loading');
preloader.style.display = "none";
}, 1000);
};
</script>
<!-- Preloader script END -->
</head>
<body>
<!-- Preloader START -->
<div class="preloaderBackground" id="loading">
<div class="loading"></div>
<div id="loading">
<div id="loading--inner" class="loading--inner">
<div class="loading--box upper loading--box-animate" style="left: 20px; bottom: 0; animation-delay: .7s"></div>
<div class="loading--box loading--box-animate" style="left: 32px; bottom: 0; animation-delay: .6s"></div>
<div class="loading--box dbl-width loading--box-animate" style="left: 44px; bottom: 0; animation-delay: .5s"></div>
<div class="loading--box sink loading--box-animate" style="left: 50px; bottom: 11px; animation-delay: .5s"></div>
<div class="loading--box hang loading--box-animate" style="left: 44px; top: 0; animation-delay: .4s"></div>
<div class="loading--box hang loading--box-animate" style="left: 56px; top: 0; animation-delay: .3s"></div>
<div class="loading--box loading--box-animate" style="left: 68px; bottom: 0; animation-delay: .1s"></div>
<div class="loading--box upper loading--box-animate" style="left: 68px; top: 0; animation-delay: .1s"></div>
<div class="loading--box dbl-height loading--box-animate" style="left: 80px; bottom: 0;"></div>
<div class="loading--text">LADE</div>
</div>
</div>
</div>
<!-- Preloader END -->
<div class="front">
<a href="https://lightgame.ml" class="mg">
<img src="assets/icons/Mirai.png" width="250" height="250" class="mg"></a>
<div class="frontimage">
<h1>lghtng.</h1>
</div>
</div>
<audio autoplay controls>
<source src="assets/sounds/sound.mp3" type="audio/mp3" loop="" preload="auto">
<source src="assets/sounds/sound.wav" type="audio/wav" loop="" preload="auto">
</audio>
<div class="buttons">
<a href="https://vk.com/lghtngs">
<button class="action vk"> My VK</button>
<div class="buttons">
<a href="https://steamcommunity.com/id/Moonlghtng/">
<button class="action steam"> I'm in steam
</button>
</a>
<div class="buttons">
<a href="https://playoverwatch.com/ru-ru/career/pc/TheNayt-2664">
<button class="action battlenet">
My BattleNet</button>
<a href="https://qiwi.me/lightnight">
<button class="action qiwi">Buy me a coffee</button>
</a>
</a>
<div class="buttons">
<a href="https://t.me/lghtng">
<button class="action telegram"> My Telegram
</button>
</a>
<div class="buttons">
<a href="https://github.com/LGHTNG">
<button class="action github"> My GitHub
</button>
<div class="snowContainer">
<div id="snow"></div>
</div>
</body>
</html>
<script>
console.log("Hello. Do you like coffee?")
</script>