31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
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/normalizer.css" rel="stylesheet">
|
|
<!-- Reuse the same CSS files as UC Not Found -->
|
|
<link href="../css/loading.css" rel="stylesheet">
|
|
<link href="../css/transition.css" rel="stylesheet">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Pridi:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
|
|
|
|
<script src="../js/helpers.js"></script>
|
|
<title>Restore Backup</title>
|
|
</head>
|
|
<body onload="fadeIn()">
|
|
<div class="container">
|
|
<div class="header">
|
|
<h1 class="title">Team Vault</h1>
|
|
</div>
|
|
<img src="../assets/refresh-data.webp" alt="Backup Fetcher" class="backup-img">
|
|
<div class="loading-section">
|
|
<div class="spinner"></div>
|
|
<p>Backup is now searched, please wait...</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|