File: /home/mykopera/www/index.php
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SITE MYKOPERASI.COOP</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
background-color: white;
padding: 40px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: #333;
}
p {
color: #777;
}
.icon {
font-size: 50px;
color: #ff6347;
}
</style>
</head>
<body>
<div class="container">
<div class="icon">⚙️</div>
<h1>SITE MYKOPERASI.COOP</h1>
<p>SELAMAT DATANG KE LAMAN MYKOPERASI.COOP</p>
</div>
</body>
</html>