21 lines
553 B
HTML
21 lines
553 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" href="../assets/hard-disk.ico" type="image/x-icon">
|
|
<title>Setup Completion</title>
|
|
<link rel="stylesheet" href="../css/sending_file_confirmation.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="header">
|
|
<h1>SENDING THE FILE!</h1>
|
|
<h2>PlEASE WAIT</h2>
|
|
<img src="../assets/loading.gif" alt="Description of GIF">
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|