-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.21 KB
/
index.html
File metadata and controls
37 lines (34 loc) · 1.21 KB
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
<!DOCTYPE html>
<html lang="pl">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.9">
<title>boybacks.net</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="home">
<div id="particles-js">
<div class="btext">
<h1><b>boybacks.net</b></h1>
<h3>Developer, Minecraft Server Owner, Streamer, Gamer</h3>
<p>
<a href="https://github.com/BoyBACKS/">GitHub</a>
<a href="https://www.spigotmc.org/members/boybacks.737508/">Spigot</a>
<a href="https://skymine.cc/">Skymine.cc</a>
<a href="https://www.twitch.tv/boybacks/">Twitch</a>
<a href="https://www.buymeacoffee.com/BoyBACKS">Donations</a>
</p>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS.load('particles-js', 'particles.json',
function(){
console.log('particles.json loaded...')
})
</script>
</body>
</html>