-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
40 lines (37 loc) · 1.06 KB
/
main.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
<a href="https://colorlib.com/wp/templates/"
><img
src="https://colorlib.com/wp/wp-content/uploads/sites/2/colorlib-push-logo.png"
alt="Colorlib logo"
/></a>
<h1 style="text-align: center">Thank you for using our template!</h1>
<p style="text-align: center">
For more awesome templates please visit
<strong><a href="https://colorlib.com/wp/templates/">Colorlib</a></strong
>.
</p>
<br />
<p style="text-align: center; color: red">
<strong
>Copyright information for the template can't be altered/removed unless
you purchase a license.</strong
>
</p>
<p style="text-align: center">
<strong
>Removing copyright information without the license will result in
suspension of your hosting and/or domain name(s).</strong
>
</p>
<p style="text-align: center">
<strong
>More information about the license is available
<a href="https://colorlib.com/wp/licence/">here</a></strong
>.
</p>
<style>
img {
margin: 0 auto;
display: block;
margin-top: 20%;
}
</style>