Initial commit
This commit is contained in:
30
htdocs/chat/index.html
Normal file
30
htdocs/chat/index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<title>eom.dev - Chat</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="stylesheet" href="/common/catppuccin.css">
|
||||
<link rel="icon" type="image/x-icon" href="/common/favicon.ico">
|
||||
<body>
|
||||
<h1>eom.dev</h1>
|
||||
<h2>Chat</h2>
|
||||
<a href="/">Home
|
||||
</a> | <a href="/archive">Archive
|
||||
</a> | <a href="/archive/Repositories">Repositories
|
||||
</a> | <a href="/stream">Live Stream
|
||||
</a> | <a href="/archive/Mail">Mailbox
|
||||
</a> | <a href="/chat">Chat
|
||||
</a> | <a href="/donate">Donate
|
||||
</a>
|
||||
<h3>Internet Relay Chat</h3>
|
||||
<p>
|
||||
Use the embedded <a href="https://en.wikipedia.org/wiki/IRC">IRC</a> client below or <a href="https://en.wikipedia.org/wiki/Comparison_of_IRC_clients">another of your choice</a> to connect to the network.
|
||||
<br>
|
||||
Connect to server <code>eom.dev:6697</code> (TLS enabled) to use your own client.
|
||||
</p>
|
||||
<iframe src="https://kiwiirc.com/client/eom.dev/?&nick=webuser-?&theme=cli#general" style="border:0; width:100%; height:600px;"></iframe>
|
||||
</body>
|
||||
<footer>
|
||||
<p>© Eric O'Neill Meehan 2026</p>
|
||||
</footer>
|
||||
</html>
|
||||
Reference in New Issue
Block a user