-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExitPage.html
More file actions
54 lines (53 loc) · 1.97 KB
/
ExitPage.html
File metadata and controls
54 lines (53 loc) · 1.97 KB
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
<!DOCTYPE html>
<html>
<head>
<title> Exit Page </title>
<meta name="description" content="Page Description Here" />
<meta http-equiv="Content-Type" content="text/html"; charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<style type ="text/css">
Body {
color : black;
}
.wrapper {
background-color: #d98cb3;
padding: 20px;
border-color: black;
border-style: groove;
border-width: 5px;
}
</style>
</head>
<body>
<div class="wrapper">
<table width="100%" height="50" align="center" border="0" cellspacing="3" cellpadding="3" bgcolor="#000000">
<tr>
<td align="left">
<table width="100%" border="0" align="center" cellspacing="3" cellpadding="3">
<tr>
<td width="100" align="center"><font face="Verdana, Geneva, sens-serif"><h3><a href="AboutPage.html" style="color: white;">About Page</a></h3></font></td>
<td width="100" align="center"><img src="butterfly.gif" width="100" height="50"></td>
<td width="100" align="center"><font face="Verdana, Geneva, sens-serif"><h3><a href="index.html" style="color: white;">Play Game</a></h3></font></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div class="wrapper">
<table width="100%" height="50" border ="0" cellspacing="1" bgcolor="#d98cb3">
<tr><td align="center"><strong><em><a id="about"></a><font face="Verdana, Geneva, sens-serif">Thanks for playing!</font></em></strong></td></tr>
<tr><td align="center"><b><em><a id="start"></a><font face="Verdana, Geneva, sens-serif">Good Bye!</font></em></b></td></tr>
</table>
<p align="center"><img src="byebye.gif" width="156" height="156"></p>
<p align="center"><a href="mailto:jelena94milivojevic@outlook.com"><img src="contact.gif" width="80" height="80"></a></p>
</div>
<div class="wrapper">
<table width="100%" height="50" border ="0" cellspacing="1" bgcolor="#000000">
<tr>
<td align="center"><em><h4><font color="white">All rights reserved <br>@2023 JM's Web World</font></h4></em></td>
</tr>
</table>
</div>
</body>
</html>