-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Gaming Geeks</title>
<link rel="shortcut icon" type="image/png" href="favicon-32x32.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- partial:index.partial.html -->
<h1>LINKS</h1>
<section class="links">
<!-- you can include the HTML from other pens in your pen -->
<a class="link underline" href="https://discord.gg/YRmKyN498W">Discord</a>
<a class="link underline" href="http://instagram.com/gamers.platform_">Instagram</a>
<a class="link underline" href="https://www.youtube.com/channel/UC0up2cGfG13O9oWqachTunQ">YouTube</a>
<a class="link underline" href="https://www.linkedin.com/company/gaming-geeks">LinkedIn</a>
<a class="link underline" href="https://t.me/ggeeks">Telegram</a>
<a class="link underline" href="https://chat.whatsapp.com/CB1DwNyUm7C35wFi0IC5JE">Whatsapp</a>
</section>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.2/TweenLite.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/CSSPlugin.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.2/easing/EasePack.min.js'></script><script src="./script.js"></script>
</body>
</html>