Sindbad~EG File Manager
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title> Msg</title>
<link rel="stylesheet" type="text/css" href="\static\css\style.css">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{ ('static/css/bootstrap.min.css') }}">
<style type="text/css">
.error {
color: red;
}
</style>
</head>
<body class="bg-gradient-primary">
<header>
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 text-center ">
<img class="img-fluid" src="https://delegateapp.s3.ap-southeast-1.amazonaws.com/vrsi22_logo_20221104_1216.png" style="width: 640px;height: auto;">
</div>
</div>
</div>
</header>
<div class="container">
<!-- Outer Row -->
<div class="row justify-content-center">
<div class="col-xl-10 col-lg-12 col-md-9">
<div class="card o-hidden border-0 shadow-lg my-5">
<div class="card-body p-0">
<div class="row">
<div class="col"></div>
<div class="col-lg-12">
<div class="p-5">
{% for mesg in get_flashed_messages() %}
<div class="alert alert-danger" id="successMessage" style="color: red; text-align: center;">
<h4>{{ mesg }}</h4>
</div>
{% endfor %}
<form id="login_form">
<h1 class="text-center font-weight-bold" >VRSI 2022</h1>
<!--<h3 class="text-center"> </h3>-->
<div class="row">
<div class="col">
<div class="alert alert-danger text-center">
<b>The session recordings are no longer available. <br>
</b>
</div>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-3">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists