Preview: maintenance.blade.php
Size: 1.12 KB
/proc/thread-self/root/home/getspomw/royalsquad.us/resources/views/maintenance.blade.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Printer-IT-help</title>
<link rel="shortcut icon" href="{{ asset('public/assets/img/Royalsquad-icon.webp') }}" type="image/x-icon">
<!-- Bootstrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #fff;
}
.image-card {
background: #fff;
padding: 20px;
/* border-radius: 12px; */
/* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); */
text-align: center;
max-width: 800px;
width: 90%;
}
.image-card img {
max-width: 100%;
height: 600px;
border-radius: 8px;
}
.image-card h3 {
margin-top: 15px;
font-size: 20px;
color: #333;
}
</style>
</head>
<body>
<div class="image-card">
<img src="{{ asset('public/assets/img/maintenance.jpg') }}" alt="Preview Image">
</div>
</body>
</html>
Directory Contents
Dirs: 5 × Files: 2