-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththank.html
35 lines (35 loc) · 2.15 KB
/
thank.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReroBot</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"/>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="kar1.css">
</head>
<body>
<div class="first-sec d-flex flex-row justify-content-between">
<h1 class="primary-title"><i class="fas fa-compact-disc mydisk"></i><a href="index.html" class="btn mybtn1">ReroBot</a></h1>
<div class="secondary-titles d-flex justify-content-end">
<a class="top-links btn" href="ReroBot.apk" download="rerobot.apk">Download APK</a>
<a class="top-links btn" href="about us.html">About Us</a>
<a class="top-links btn" href="contact.html">Contact us</a>
</div>
</div>
<div class="main-container d-flex flex-column justify-content-center align-items-center">
<div class="message-box">
<div class="image-container d-flex align-items-center justify-content-center">
<img src="thank.jpg" class="img-fluid rounded-circle">
</div>
</div>
<br>
<div class="colored-box">"Your Message was Sent Successfully.You Will Receive Updates Soon."</div>
<br>
<a href="index.html" class="mybtn btn">Go Back</a>
</div>
</body>
</html>