-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
123 lines (81 loc) · 4.2 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html id="HTML">
<head>
<title>-:Hotherym.net:- The Art and Life of Eorhythm</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="iestyle.css">
<![endif]-->
<!--[if lt IE 7]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
</head>
<body onload="window.defaultStatus='Hotherym.net';" id="Hotherym.net" style="background: url(images/mainbg.jpg) repeat-y fixed top center; overflow: auto;">
<div id=hotherym2><img src="images/hotherym-small.png" height="59" width="273"></div>
<!-- <div id=newsletter>
<form method=post action="http://www.hotherym.net/mlist/?p=subscribe" name="subscribeform">
Hotherym.net mailing list: <input type=text name=email value="Your e-mail address" onfocus="this.value=''" size="20">
<input type="hidden" name="list[2]" value="signup"><input type="hidden" name="listname[2]" value="Hotherym.net: News and Updates"/><input class=butt type=submit name="subscribe" value="Do it.">
</form>
</div> -->
<div class=textbox id=box-news>
Welcome to Hotherym.net, the domain of Eorhythm. What's a 'Hotherym'? What the hell is on Eorhythm? You won't find those answers here, but you will find art, photography, and other visual disturbances, as well as a veritable plethora of mixed media, brazen discourse, uninvited opinion, full ventral nudity, dysphemisms, xenoterrestrials (although they may find you first), and a lot less. Pleasant Journeys. <p>
<div class=titty>Transient News & Updates</div>
<div id=news><iframe src="news.html" name="news" scrolling="auto" frameborder="0" width="555px" height="225px"></iframe></div>
<br>
<table width="100%">
<tr width="100%" align="center">
<td>Scroll right to navigate: ������������></td>
</tr>
</table>
</div>
<div class=textbox id=box-life>
<div class=titty>Eorhythm's Diversions</div>
<table width="490px" align="center">
<tr valign="middle">
<td width="50%">
I grant you permission to ogle my scribbles unencumbered at my<br>
<a href="gallery.html"><img src="images/galleries.png" height="58" width="135"></a><br><p>
<hr>
<br>
Construct a false sense of security before reading<br>
<a href="about.html"><img src="images/about-eo.png" width="242"></a><p><br><br><br>
</td>
<td valign="middle"><img src="images/bar.png"></td>
<td width="50%">
Behold the extraneous, self-aggrandizing online resource of<p>
<a href="https://twitter.com/eorhythm"><img src="images/logo-twitter.png" height="31" width="161"></a><br>
<a href="https://twitter.com/eorhythm">Eorhythm @ Twitter</a><br>
<br><br>
For redundant art community options, take a look at<p>
<img src="images/dalogo2.png" height="27" width="175"><br>
Everything art: <a href="http://eorhythm.deviantart.com">Eorhythm</a><br>
Photography: <a href="http://hotherym.deviantart.com">Hotherym</a><br>
</td>
</tr>
</table>
</div>
<div class=textbox id=boxfour>
<a href="http://www.hotherym.net/volucris"><img src="images/dudeguy.jpg"><a>
</div>
<div class=textbox id=endhead>
<br><br><br><br><a href="http://www.hotherym.net/web_sounds/samples/Eorhythm%20-%20Stylophon.mp3"><img src="images/driihead.png" height="96" width="116"></a>
</div>
<div id=footer style="z-index: 4;">
<a name="fb_share" type="button" share_url="http://www.hotherym.net/"></a>
<!--<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></!-->
Hotherym.net � 2007-2023 to Eorhythm. Web design by <a href="/neolmas/">Neolmas<a></div>
<!-- <div id=drii-fore><img src="images/drii-fore.png" height="142" width="127"></div> -->
<div id=ultravisitor><img src="images/ultravisitor.png" height="495" width="569"></div>
<div id=blackbox></div>
<!-- <div id=drii-back><img src="images/drii-back.png" height="442" width="452"></div> -->
</body>
<script>
var item = document.getElementById("HTML");
window.addEventListener("wheel", function (e) {
if (e.deltaY > 0) item.scrollLeft += 200;
else item.scrollLeft -= 200;
});
</script>
</html>