-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
25 lines (25 loc) · 1.01 KB
/
footer.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Inter:wght@100;200;300;700;500;600;700;800;900&family=Montserrat:wght@100;500;600&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<title></title>
</head>
<body class="font-[inter]">
<footer class="">
<div class="bg-gray-100 shadow-lg flex flex-warp">
<div class="font-extrabold text-2xl px-5 py-10 h-16 content-center">
<h1 class="block">ZIZI</h1>
<h1 class="block">TEAM</h1>
</div>
<div class="w-full h-16 content-end p-2">
<p class="text-sm text-right px-5 py-1.5">Copyright 2024 By ZiziTeam</p>
</div>
</div>
</footer>
</body>
</html>