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