-
Notifications
You must be signed in to change notification settings - Fork 3
/
thankyou.html
20 lines (18 loc) · 951 Bytes
/
thankyou.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Library Reissuer</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="icon" type="image/ico" href="pics/icon.png"/>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<h2 id="thankyou-heading">THANK YOU !</h2>
<h3 id="chill-message"></h3>
<div class="errorContent">
We hope you are happy with our product. It will be great to hear from you. Your feedback will make us happy and will
help us improve.</br> </br>If there is any other problem which you want us to solve, we will be more than happy to do that.
Email us your idea/problem at <strong>[email protected]</strong> .
</div>
<h4 id="contact-message">For any queries/problem mail us at : <strong>[email protected]</strong></h4>
</body>
</html>