-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (31 loc) · 1.12 KB
/
index.html
File metadata and controls
44 lines (31 loc) · 1.12 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
43
44
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<title>TCLstore.id</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<body>
<div class="container">
<header>
<img src="img/TCL_storeid.png" class="logo">
<h1 id="siteName">TCLstore.id</h1>
<p>Official Link & Community</p>
</header>
<div class="trusted-number top">
<div class="title">No Admin (TCLstore.id) :</div>
<div class="number">1.) 0813 1319 7716</div>
<div class="number">2.) 0819 2757 2561</div>
<div class="note">Nomor Admin Hanya Yang Diatas Selain Nomor itu "CLONE"</div>
</div>
<!-- AUTO SECTION -->
<div id="sections"></div>
<footer>
<small>© 2026 • TCLstore.id</small>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>