Browse Source

move users to thelounge

isundil 6 years ago
parent
commit
7fd291f168
2 changed files with 4 additions and 21 deletions
  1. 4 15
      index.php
  2. 0 6
      thelounge/index.html

+ 4 - 15
index.php

@@ -10,21 +10,10 @@
     </header>
     <div class="body body-centered" style="background-image: url('img/gears-4188632.jpg');">
       <div class="container">
-        <div>
-          <form class="joinform" method="GET" action="kiwi">
-            <img src="img/logo_irc2019.png" alt="IRC Knacki" class="logo" />
-            <h1>IRC Knacki</h1>
-          <!--  <label>Nom d'utilisateur<br/>
-              <input type="text" name=""/>
-            </label>
-            <--<label>Mot de passe<br/>
-              <input type="password"/>
-            </label>--
-            <label>Salons<br/>
-              <input type="text" name="" value="#Accueil" />
-            </label>-->
-            <button>Enter the knacki !</button>
-          </form>
+        <div class="joinform">
+          <img src="img/logo_irc2019.png" alt="IRC Knacki" class="logo" />
+          <h1>IRC Knacki</h1>
+          <button onclick="document.location.href='https://irc.knacki.info:8087/';">Enter the knacki !</button>
         </div>
       </div>
     </div>

+ 0 - 6
thelounge/index.html

@@ -1,6 +0,0 @@
-<!DOCTYPE html5>
-<html><head><style>
-body { margin: 0; padding: 0; }
-iframe { border: none; height: 100vh; width: 100vw; }
-</style></head><body><iframe src="https://irc.knacki.info:8087/"></iframe></body></html>
-