-
Notifications
You must be signed in to change notification settings - Fork 1
/
Thank you.html
51 lines (46 loc) · 1.15 KB
/
Thank you.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<link rel="icon" type="image/x-icon" href="C:\xampp\htdocs\Project\logo.jpeg">
<h1 style="background-color:black">
<img src="C:\Users\CMO\Downloads\WhatsApp-Video-2022-06-24-at-728.gif" width="150" height="150">
<br>
<title>Aashraya Thanks You!</title>
<style>
.button {
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.button1 {
background-color: white;
color: black;
border: 2px solid #4CAF50;
}
.button1:hover {
background-color: #4CAF50;
color: white;
}
.button2 {
background-color: white;
color: black;
border: 2px solid #008CBA;
}
.button2:hover {
background-color: #008CBA;
color: white;
}
</style>
</head>
<body style="background-color:black">
<center>
<img src="C:\Users\CMO\Downloads\WhatsApp Image 2022-07-01 at 6.55.00 PM.jpeg" width=100%>
<button class="button button2" onclick="window.open('file:///C:/xampp/htdocs/Project/Aashraya_Main_Page.html')">Back to Home Page!</button>
</body>
</html>