forked from alexbell-lol/ChitChatUnblocker-deploy-fork
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.23 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CCU</title>
<link rel="shortcut icon" href="/assets/img/chitchat.png" type="image/x-icon">
<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">
</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>
<div class="container">
<h1 class="header">CCU</h1>
<p class="description">Made By Vivid Elite</p>
<input type="text" class="input" placeholder="Enter a search query or URL">
</div>
<script src="./uv/uv.bundle.js"></script>
<script src="./uv/uv.config.js"></script>
<script src="./assets/register-sw.js"></script>
<script src="./assets/script.js" defer></script>
</body>
</html>