add responsive iframe chat window
This commit is contained in:
parent
11c8b8818c
commit
446ca6bd3b
|
|
@ -1,18 +1,40 @@
|
||||||
|
<head>
|
||||||
|
<style>
|
||||||
|
.iframe-container
|
||||||
|
{
|
||||||
|
overflow: hidden;
|
||||||
|
height: 90vh;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.iframe-container iframe
|
||||||
|
{
|
||||||
|
border: 0;
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<br/>
|
<br/>
|
||||||
<center>
|
<center>
|
||||||
<h1>GriefPrevention Chat</h1>
|
<h1>GriefPrevention Chat</h1>
|
||||||
<h2>Before proceeding, try checking the <a href="https://docs.griefprevention.com">documentation for your question: https://docs.griefprevention.com</a></h2>
|
<h3>Before proceeding, try searching the <a href="https://docs.griefprevention.com">Docs</a> or <a href="https://github.com/TechFortress/GriefPrevention/discussions" target="_blank">Discussions</a> for your question.</h3>
|
||||||
<h3>You may also want to search the <a href="https://github.com/TechFortress/GriefPrevention/discussions">Discussions</a> too.</h3>
|
|
||||||
Simply state your question - no need to say hi and wait. Think of this like email instead of a phone conversation.<br />
|
Simply state your question - no need to say hi and wait. Think of this like email instead of a phone conversation.<br />
|
||||||
<b><a href="https://r.griefprevention.com/irc">Click here to join the #GriefPrevention IRC chat channel in your web browser.</a></b><br />
|
<div class="iframe-container"><iframe loading="lazy" src="https://kiwiirc.com/client/irc.spi.gt/#GriefPrevention"></iframe></div>
|
||||||
|
<b><a href="https://r.griefprevention.com/irc" target="_blank">Chat window not appearing? Click here to open in a separate tab.</a></b><br />
|
||||||
<br/>
|
<br/>
|
||||||
Or join with your own IRC client. Server: irc.spi.gt Channel: #GriefPrevention<br />
|
Or join with your own IRC client. Server: irc.spi.gt Channel: #GriefPrevention<br />
|
||||||
<br/>
|
<br/>
|
||||||
Want chat history? Consider using <a href="https://www.irccloud.com/" target="_blank">IRCCloud</a> or a free bouncer service.<br />
|
Want chat history? Consider using <a href="https://www.irccloud.com/" target="_blank">IRCCloud</a> or a free bouncer service. Chat logs are also available, see the channel topic.<br />
|
||||||
You can obtain logs within IRC as well (check the channel topic message).<br />
|
|
||||||
Here's <a href="http://r.griefprevention.com/dumcord">dumcord</a>, if that's your thing. (And a <a href="http://r.robomwm.com/dumcord">backup dumcord.</a>)
|
Here's <a href="http://r.griefprevention.com/dumcord">dumcord</a>, if that's your thing. (And a <a href="http://r.robomwm.com/dumcord">backup dumcord.</a>)
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user