update tgl 7 mei
This commit is contained in:
parent
749d33bed0
commit
a2c3a61a32
|
@ -4,7 +4,7 @@
|
|||
<div class="p-6 animate-fade-in">
|
||||
<!-- Header -->
|
||||
<div class="mb-4 bg-blue-600 text-white p-4 rounded-lg shadow-md">
|
||||
<h1 class="text-2xl font-bold">Data Karyawan</h1>
|
||||
<h1 class="text-2xl font-bold">Tambah Data Karyawan</h1>
|
||||
<p class="text-sm mt-1">Formulir untuk menambahkan data karyawan</p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div class="p-6 animate-fade-in">
|
||||
<!-- Header -->
|
||||
<div class="mb-4 bg-blue-600 text-white p-4 rounded-lg shadow-md">
|
||||
<h1 class="text-2xl font-bold">Gaji Karyawan</h1>
|
||||
<h1 class="text-2xl font-bold">Data Karyawan</h1>
|
||||
<p class="text-sm mt-1">Tabel keterangan karyawan</p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<div class="mb-4 bg-blue-600 text-white p-4 rounded-lg shadow-md">
|
||||
<h1 class="text-2xl font-bold">Edit Gaji Karyawan</h1>
|
||||
<h1 class="text-2xl font-bold">Edit Data Karyawan</h1>
|
||||
</div>
|
||||
|
||||
<div class="bg-white rounded-lg shadow-lg p-6">
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
<button type="submit" class="w-full py-2 mb-4 text-white bg-gradient-to-r from-teal-400 to-pink-500 rounded-lg hover:from-teal-500 hover:to-pink-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-teal-500">LOGIN</button>
|
||||
</form>
|
||||
<div class="text-center text-sm text-gray-600 mb-4">Or Sign Up Using</div>
|
||||
<!-- <div class="text-center text-sm text-gray-600 mb-4">Or Sign Up Using</div>
|
||||
<div class="flex justify-center space-x-4">
|
||||
<a href="#" class="w-8 h-8 bg-blue-600 rounded-full flex items-center justify-center text-white">
|
||||
<i class="fab fa-facebook-f"></i>
|
||||
|
@ -62,7 +62,7 @@
|
|||
<a href="#" class="w-8 h-8 bg-pink-500 rounded-full flex items-center justify-center text-white">
|
||||
<i class="fab fa-instagram"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue