forked from alexbell-lol/ChitChatUnblocker-deploy-fork
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paths.html
23 lines (22 loc) · 993 Bytes
/
s.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en"></html>
<head>
<link rel="shortcut icon" href="/assets/img/chitchat.png" type="image/x-icon">
<link rel="icon" href="/assets/img/chitchat.png" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<title>Chit</title>
</head>
<body>
<div class="navbar">
<a href="/index.html" class="button">Home</a>
<a href="/g.html" class="button">Games</a>
<a href="/a.html" class="button">Apps</a>
<a href="/s.html" class="button">Settings</a>
</div>
</body>
</html>