-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.48 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SplitSplice</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="assets/picture.png">
</head>
<body>
<div id="clicktoenter">
<h1>click to enter...</h1>
</div>
<div class="page-container">
<div id="card">
<div id="icon"></div>
<h1 id="title">splitsplice</h1>
<p id="text">Game is game.<br>I like making graphic arts btw.<br>My main Discord account is splitsplicecool. If i dont respond there, contact splitties.</p>
<div class="icon-container">
<div onclick="window.open('https://youtube.com/@splitsplice');" class="icon youtube"></div>
<div onclick="window.open('https://cash.app/$frickudylan1');" class="icon cashapp"></div>
<div onclick="window.open('https://www.roblox.com/users/8587652668/profile');" class="icon roblox"></div>
<div onclick="window.open('https://reddit.com/u/ekstr_a');" class="icon reddit"></div>
<div onclick="window.open('https://reddit.com/u/cloovy');" class="icon reddit"></div>
<div onclick="window.open('https://reddit.com/r/ROBLOXExploiting');" class="icon reddit"></div>
</div>
</div>
<div id="snowflakes"></div>
<script src="script.js"></script>
</body>
</html>