Preview: installation.blade.php
Size: 1.08 KB
/proc/thread-self/root/home/byroehnu/easetack.com/resources/views/installation/installation.blade.php
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<title>Bione installer</title>
<!-- google font -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
<body>
<div class="d-flex main-wrapper">
<div class="flex-grow-1">
<div class="container pt-5">
<div class="row">
<div class="col-xl-6 mx-auto">
<div class="card">
<div class="card-body">
@yield('content')
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Directory Contents
Dirs: 0 × Files: 8