-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (122 loc) · 5.42 KB
/
index.html
File metadata and controls
187 lines (122 loc) · 5.42 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!--
ooooooooooo
oMMMMMMMMMMMMMMMMMMMMo
oooMMMMMMM""M""M"M"M"M"M"MMMMMo
oooMMM""M"" o"o" M o" o" o" o"M"MMM
ooMMMM"M M o""o" o"o M "o"o" M o" "o"MM
oooooooooooooooooooooMMMMMoooMoMoMo"o M M o" M o" M "o" M M "MM
MMMM" "MMMo"o M "o M "o M o"o M "o MM
oM" ooooo oooo oooooo ooooooo oMM""""""Mo"oM""""MMooM""""""M
MM" MMMMM MMMM MMMMMMM MMMMMMM M" "MoM MMo"" oM"
MM MMMMM MMMM MMMMMMM MMMMMMM M oMMo MMM MM" oMMMM"
MM MMMMMMMMMMMMM MMMMMMMo MMM MMMM "MMMMMMM MMM " MMMMM"
"MM MMMMMMMMMMMMM MMMM MMMoMMM MMMM MM MMMM MM"
"MM MMMMM MMMM MMMM MMMMMM" MMMM o"" ooMMMMMM oM "M
"MM MMMMM MMMM MMMM MMMM" MMMM o" """""MMM oMMMo "oo
"MMo MMMMM MMMM MMMM "MMM MMMMMM MMM MMM"Mo "Mo
M"Mo ""MMMMMMMMMMMMMM"MMMMM """MMMMM
"MMMMMo oMMM"M M o" o" o"o
" ""M"MMMMM"MMMMMM"MMMMMMMMMMMMMMMMMMMM"M"M "o M M " "
" " " o" "" MMMMM "o" M Mo"oM Mo"M M"" M "o M " o
" "MMMo " " "o M o"o"o""o " " ooo"
MMMMM ooM"
""MMMMMMoo o o ooooMMMMMM
"""""""""""""""
-->
<html>
<head>
<title>HM2K</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<style>
body {
border-top: 10px solid #FFCC00;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Futura, sans-serif;
font-size: 1em;
padding: 0;
margin: 0 auto;
}
header {
background: #FFCC00;
}
main {
height: 100%;
text-align: center;
}
h1 {
text-indent: -9999px;
background: url('assets/images/hm2k-logo.gif') no-repeat 50%;
width: 100%;
min-height: 225px;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-65485-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-65485-1');
</script>
</head>
<body>
<header>
<div class="text-center">
<h1><a href="/"><img src="assets/images/hm2k-logo.gif" alt="HM2K"> HM2K</a></h1>
</div>
<hr class="w-75">
</header>
<main>
<p>
Projects:
<a href="https://phurix.co.uk/">Phurix Web Hosting</a> -
<a href="https://deaduseful.com/">DeadUseful Domain Lookup</a> -
<a href="https://eggtcl.github.io/">eggtcl</a> -
<a href="https://github.com/mbp/pisg/">pisg</a> -
<a href="http://ssspl.sourceforge.net/">Simple SOCKS5 Server for Perl</a> -
<a href="https://suzuki4u.co.uk/">Suzuki4u</a> -
<a href="/news">Archived News (2004-2007)</a>
<a href="/posts">Archived Posts (2007-2012)</a>
</p>
<p>
What people say:
<a href="https://www.theregister.com/2006/03/03/symantec_security_glitch/">startkeylogger</a> -
<a href="https://twitter.com/openalgorithms/status/158699867420635136">PageRank</a>
</p>
<p>
Around the web:
<a href="https://twitter.com/hm2k">Twitter</a> -
<a href="https://www.reddit.com/user/hm2k/">Reddit</a> -
<a href="https://www.youtube.com/user/hm2k/">YouTube</a> -
<a href="https://github.com/hm2k">GitHub</a> -
<a href="https://www.deviantart.com/hm2k">DeviantArt</a> -
<a href="https://people.php.net/hm2k">PHP</a> -
<a href="https://pear.php.net/user/hm2k">PHP Pear</a> -
<a href="https://www.last.fm/user/hm2k">Last.fm</a> -
<a href="https://en.wikipedia.org/wiki/User:Hm2k">Wikipedia</a> -
<a href="https://sourceforge.net/u/hm2k/profile/">SourceForge</a> -
<a href="https://profiles.wordpress.org/hm2k/">Wordpress</a> -
<a href="https://stackoverflow.com/users/91874/hm2k">Stackoverflow</a> -
<a href="https://news.ycombinator.com/user?id=hm2k">Hacker News</a> -
<a href="https://soundcloud.com/hm2k">SoundCloud</a> -
</p>
<p>
Sponsor:
<a href="https://phurix.co.uk/">Buy Web Hosting and Domain Names</a> -
<a href="http://tinyurl.com/hm2kwishlist">Amazon Wishlist</a> -
<a href="http://tinyurl.com/hm2kpaypal">Donate</a>
</p>
</main>
<footer class="text-center text-muted">
<hr class="w-75">
<small>HM2K is a Trademark of <a href="https://wade.be/">James Wade</a>. Copyright © 1998-2020 <a
href="https://phurix.co.uk/">Phurix Ltd</a>.
</small>
</footer>
<script data-ad-client="ca-pub-8789111894509366" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</body>
</html>