17 lines
473 B
PHP
17 lines
473 B
PHP
<!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>
|