diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..60b62a3 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +all: irc.cgi irc + +%: %.go + go build $< + +irc.cgi: irc.cgi.go + go build irc.cgi.go + chmod +s irc.cgi diff --git a/chat.png b/chat.png new file mode 100644 index 0000000..372b05c Binary files /dev/null and b/chat.png differ diff --git a/chat.svg b/chat.svg new file mode 100644 index 0000000..f8841d1 --- /dev/null +++ b/chat.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + Openclipart + + + + 2008-02-19T10:10:56 + + https://openclipart.org/detail/14475/callout-chat-by-ericlemerdy + + + ericlemerdy + + + + + balloon + bubble + callout + speech + + + + + + + + + + + diff --git a/index.html b/index.html index e5db65b..e3efc9e 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ #tron +