update tgl 7 mei

This commit is contained in:
whywdd 2025-05-07 02:57:40 +07:00
parent 749d33bed0
commit a2c3a61a32
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<div class="p-6 animate-fade-in"> <div class="p-6 animate-fade-in">
<!-- Header --> <!-- Header -->
<div class="mb-4 bg-blue-600 text-white p-4 rounded-lg shadow-md"> <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> <p class="text-sm mt-1">Formulir untuk menambahkan data karyawan</p>
</div> </div>

View File

@ -4,7 +4,7 @@
<div class="p-6 animate-fade-in"> <div class="p-6 animate-fade-in">
<!-- Header --> <!-- Header -->
<div class="mb-4 bg-blue-600 text-white p-4 rounded-lg shadow-md"> <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> <p class="text-sm mt-1">Tabel keterangan karyawan</p>
</div> </div>

View File

@ -8,7 +8,7 @@
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <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"> <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>
<div class="bg-white rounded-lg shadow-lg p-6"> <div class="bg-white rounded-lg shadow-lg p-6">

View File

@ -48,7 +48,7 @@
</div> </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> <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> </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"> <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"> <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> <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"> <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> <i class="fab fa-instagram"></i>
</a> </a>
</div> </div> -->
</div> </div>
</body> </body>
</html> </html>