update api laporan
This commit is contained in:
16
resources/views/backend.blade.php
Normal file
16
resources/views/backend.blade.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="id">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Backend itcn.co.id</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body class="bg-white flex items-center justify-center min-h-screen">
|
||||
|
||||
<h1 class="text-5xl font-extrabold text-gray-800 animate-pulse">
|
||||
Backend <span class="text-blue-600">itcn.co.id</span>
|
||||
</h1>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user