Spaces:
Running
Running
File size: 1,672 Bytes
0afae79 fa1e748 6d06565 0afae79 |
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 |
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beranda | TonS</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css" />
<link rel="stylesheet" href="stylesheet/styles.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" defer></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js" defer></script>
<script src="javascript/component.js" defer></script>
<script src="javascript/data.js" defer></script>
<script src="javascript/cart.js" defer></script>
<script src="javascript/main.js" defer></script>
</head>
<body>
<header></header>
<!-- <div id="backAreaButton"></div> -->
<main>
<h1 class="mb-3 text-center" data-aos="fade-down" style="font-size: 2.5rem; color: #1a1a1a;">
Selamat Datang di TonS
</h1>
<h2 class="mb-3 text-center" style="font-size: 1.75rem; color: #333;">
Toko Online Untuk Kita Semua
</h2>
<p class="mx-auto text-center" style="font-size: 1.25rem; color: #555; line-height: 1.8; max-width: 600px;">
Situs kami didesain dengan tampilan sederhana dan navigasi yang mudah, agar Anda dapat berbelanja dengan nyaman tanpa kebingungan.
</p>
<hr class="my-4">
<div id="product-list" class="row g-4"></div>
</main>
<footer></footer>
</body>
</html>
|