-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotice2.html
62 lines (52 loc) · 1.58 KB
/
notice2.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
52
53
54
55
56
57
58
59
60
61
62
<!--
Authors: Aishwarya GS
Created Date: 17 Dec 2022
Updated Date: 07 Jan 2023
Base Template: None
Description: Anokha TechFest Notice page 2
-->
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>
Confirmation
</title>
<link rel="icon" type="image/x-icon" href="https://img.icons8.com/external-flatart-icons-outline-flatarticons/512/external-laptop-devices-flatart-icons-outline-flatarticons-1.png">
</head>
<style>
body {
background-image: url('https://media.istockphoto.com/id/1217216449/photo/green-jade-light-teal-mint-ombre-grunge-stone-background-abstract-putty-marble-texture-close.jpg?s=170667a&w=0&k=20&c=sWR1cO01dnSFQiqPwIjyybDlBjIP-ls0yH_lNC9EKxI=');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.button {
border: none;
color: White;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {background-color: Teal;}
</style>
<br><br><br><br><br>
<header style="color:White;font-size:30px;">
<center>
<h2 style="text-align:center;font-family:'Papyrus';color:Black;">
___________________________________________________________<br><br>
<emp>
Thank you for contacting us!
</emp>
<br>
___________________________________________________________</h2>
</center>
</header>
<center>
<a href="anokha.html">
<button class="button button1">Back Home</button>
</a>
</center>