-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 902 Bytes
/
index.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
<html>
<head>
<title>Tony's Place</title>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<style>
body {
cursor: url("cur.cur")
}
</style>
</head>
<body bgcolor="black">
<table height="40%" width="100%">
<tr>
<td align="center" valign="middle">
<a href="./tony.html" onmouseover="window.status='Enter if you dare!!'; return true" onclick="window.status='Enter if you dare!!'; return true" onmouseout="window.status=''; return true"><img
src="./images/Skull_24.gif" alt="Enter if you dare!!" border="0"></a>
</td>
<td align="center" valign="middle">
<a href="#" onmouseover="window.status='Go cry to your mommy.'; return true" onclick="history.go(-1)" onmouseout="window.status=''; return true"><img src="./images/Skull_25.gif"
alt="Enter if you dare!!" border="0"></a>
</td>
</tr>
</table>
</body>
</html>