-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (53 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Link Collection</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="icon" href="icon.png" type="image/png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="d-flex justify-content-around">
<div>
<h1>CS2</h1>
<ol>
<li><a href="https://www.faceit.com/">Faceit</a></li>
<li><a href="https://faceitanalyser.com/">Faceit Analyser</a></li>
<li><a href="https://faceitfinder.com/">Faceit Finder</a></li>
<li><a href="https://csnades.gg/">CS Nades</a></li>
<li><a href="https://csgocallouts.com/">CS Callouts</a></li>
<li><a href="https://csgoskins.gg/">CS Skins</a></li>
<li><a href="https://play.refrag.gg/">Refrag</a></li>
</ol>
</div>
<div>
<h1>Rust</h1>
<ol>
<li><a href="https://rusthelp.com/en">RustHelp</a></li>
<li><a href="https://rustlabs.com/">Rust Labs</a></li>
<li><a href="https://wiki.facepunch.com/rust/">Rust Wiki</a></li>
<li><a href="https://www.battlemetrics.com/servers/rust">BattleMetrics</a></li>
<li><a href="https://twitch.facepunch.com/#drops">Twitch Drops</a></li>
</ol>
</div>
<div>
<h1>Other</h1>
<ol>
<li><a href="https://www.google.com/">Google</a></li>
<li><a href="https://translate.google.com/">Google Translate</a></li>
<li><a href="https://www.youtube.com/">YouTube</a></li>
<li><a href="https://store.steampowered.com/">Steam</a></li>
</ol>
</div>
</div>
<div class="navbar navbar-expand-sm bg-dark navbar-dark fixed-bottom justify-content-center">
<a href="https://pastebin.com/FDgNusSc"><img src="blume.gif" alt="logo" style="width:40px; margin: 0;"></a>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous">
</script>
</body>
</html>