-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (33 loc) · 1.65 KB
/
index.html
File metadata and controls
42 lines (33 loc) · 1.65 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
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<!-- Metadata -->
<meta charset="utf-8">
<meta name="keywords" content="gamejournalist, carlijnjournalist, twitch, variety">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="robots" content="index, follow">
<title>Linktree Socials</title>
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="/stylesheets/index.css">
</head>
<body style="background-image: url('images/background.png'); background-size: cover; background-repeat: no-repeat;">
<div id="secret">
<span id="psst">Psst...</span>
</div>
<!-- Main content -->
<div class="container">
<h1>Linktree van Carlijn</h1>
<p>Welkom op mijn website/linktree! Hier kan je alle links vinden die je nodig hebt om te volgen wat ik doe.</p>
<a href="https://www.twitch.tv/carlijnjournalist" target="_blank">Mijn Twitch | CarlijnJournalist</a>
<a href="https://www.youtube.com/c/GameJournalist" target="_blank">Mijn YouTube | GameJournalist</a>
<a href="https://x.com/GameJournalist2" target="_blank">Mijn X | @gamejournalist2</a>
<a href="https://www.instagram.com/gamejournalist/" target="_blank">Mijn Instagram | @gamejournalist</a>
<a href="https://discord.com/invite/eQgb8sK" target="_blank">Mijn Discord | GJ Squad</a>
<a href="https://www.tiktok.com/@gamejournalist" target="_blank">Mijn TikTok | @gamejournalist</a>
</div>
<footer>
<p>© 2026 GameJournalist. All rights reserved.</p>
</footer>
<script src="/scripts/index.js"></script>
</body>
</html>