-
Notifications
You must be signed in to change notification settings - Fork 0
/
lastpg.php
50 lines (43 loc) · 1.1 KB
/
lastpg.php
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
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title></title>
<style>
body
{
background-image: url(images.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
#loading {
-webkit-animation: rotation 5s linear;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
</style>
</head>
<body>
<div>
<br>
<br>
<a href="feedback.php" style="width:10%;float:right;border-radius:25px;font-size:25px;color: white;font-family: cursive;text-decoration:none;">Feedback</a>
<br>
<br>
<br>
<br>
<br>
<br>
<a href="logout.php"><center><input type="button" value="LOGOUT" style="width:10%;height:5%;background-color:#ffccff;border-radius:25px;"></center></a>
</div>
<br>
<br>
<center ><b><h1 style="color:#ffccff;font-family: cursive;" id="loading">THANKYOU FOR VISITING</h1></b></center>
</body>
</html>