-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (57 loc) · 1023 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
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
55
56
57
<!DOCTYPE HTML>
<head>
<title>Brady Kondek Fun Site</title>
</head>
<body background="https://fun.bradykondek.com/pics/starsbg.gif">
<style>
table
{
width:670px;
}
th
{
height:50px;
}
</style>
<body>
<center><table>
<tr>
<style type="text/css">
table.sample {
border-width: 5px;
border-spacing: 2px;
border-style: outset;
border-color: orange;
border-collapse: separate;
background: black url(https://anlucas.neocities.org/blacktexture.gif) repeat
}
table.sample td {
border-width: 1px;
padding: 1px;
border-style: inset;
border-color: orange;
background: black url(https://anlucas.neocities.org/blacktexture.gif) repeat
-moz-border-radius: ;
}
</style>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table class="sample">
<tr>
<td><center><font color="#FF0000" size="4"><h1>Welcome!</h1><font color="#FF0000" size="4"><p align="center">To enter the site, click below.</p></font>
<tr>
<td><center><a href="/home"><img src="pics/enter.gif"></center>
</td>
</tr>
</table>
</tr>
</table>
</center>