Skip to content

Commit 24b5e31

Browse files
committed
hello world
0 parents  commit 24b5e31

File tree

5 files changed

+67
-0
lines changed

5 files changed

+67
-0
lines changed

favicon.ico

4.05 KB
Binary file not shown.

index.html

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!DOCTYPE html>
2+
<title>Gikopoi fun online chat game</title>
3+
<style>
4+
body {
5+
background-color: #004040;
6+
color: #efefef;
7+
}
8+
a {
9+
color: #efe;
10+
}
11+
code {
12+
background-color:#111;
13+
color:#ddd;
14+
padding:2px;
15+
}
16+
</style>
17+
<center>
18+
<h1>
19+
<a href="http://gikopoipoi.net/" target="_blank">Play the game</a>
20+
</h1>
21+
22+
<ul>
23+
<li> <a href="https://github.com/iccanobif/gikopoi2/">source code</a>
24+
<li> <a href="https://kiwiirc.com/nextclient/irc.rizon.net/#gikopoi">irc chat</a>
25+
<li> <a href="https://discord.gg/khbtgbdaUz">discord</a>
26+
<li> <a href="http://bbs.4x13.net/b/gikopoi/">forum</a>
27+
<li> <a href="https://twitter.com/gikopoipoi">twitter</A>
28+
</ul>
29+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
30+
<br>Please be nice to other users! No one likes a bully.<p>
31+
Once you join the game, select the international server if you don't <br>
32+
speak Japanese. Type any name you want into the name field, or leave it <br>
33+
blank. (Tripcodes are accepted, if you know what those are.)<p>
34+
To find a chatroom with other users, type <code>#rula</code> <br>
35+
in the chatbox to warp to another room. <br>
36+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
37+
<br><b>Friends:</b><br>
38+
<a href="//0chan.vip">0chan</a>
39+
&clubs; <a href="//sageru.org/irc">Sageru IRC</a>
40+
&clubs; <a href="//ayashii.net/bbs.php?m=tree">Strange World</a>
41+
&clubs; <a href="//4taba.net">4taba</a>
42+
&clubs; <a href="//bbs.kolyma.org/">Kolyma</a>
43+
44+
<hr>
45+
<a target="_blank" href="song1.mp3">Gikopoi "Kanrinin Street" song</a><br>
46+
<a target="_blank" href="song2.mp3">Gikopoi "Seashore" song</a>
47+
<hr>
48+
updated discord link 2021-06-28
49+
50+
<!-- gikopoi.com/projects.html -->

projects.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<style>
2+
table, td, th, td {
3+
border-collapse: collapse;
4+
border: 1px solid black;
5+
}
6+
td { padding: 4px;}
7+
</style>
8+
<h1>SECRET VIP PROJECTS!!!</h1>
9+
<table>
10+
<tr>
11+
<th> Name <th> Language <th> Year
12+
<tr><td> Emanon <td> Perl <td> 2015 <td> Anonymous messageboard (2ch style)
13+
<tr><td> iyagi <td> Python <td> 2016 <td> Anonymous messageboard (2ch style)
14+
<tr><td> multichan <td> Python <td> 2019 <td> Anonymous federating tag-based messageboard
15+
<tr><td> anonircd <td> Java <td> 2012 <td> Anonymous IRC server software
16+
<tr><td> gikopoi <td> Javascript <td> 2020 <td> Anonymous webchat game
17+
</table>

song1.mp3

157 KB
Binary file not shown.

song2.mp3

502 KB
Binary file not shown.

0 commit comments

Comments
 (0)