A little description for IRL query

This commit is contained in:
Alex Vanin 2018-11-25 15:47:48 +03:00
parent 11d00da468
commit 83b26ae5e2

View file

@ -1,63 +1,66 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>FLeast</title> <title>FLeast</title>
<link rel="stylesheet" href="./style.css"> <link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="./favicon.ico" type="image/png"> <link rel="shortcut icon" href="./favicon.ico" type="image/png">
</head> </head>
<body> <body>
<section id="header"> <section id="header">
<strong> <strong>
<h1>FLeast - your least favourite streamers here</h1> <h1>FLeast - your least favourite streamers here</h1>
</strong> </strong>
</section> </section>
<section id="pageContent"> <section id="pageContent">
<article> <article>
<h2>Usage:</h2> <h2>Usage:</h2>
<p> <p>
Write the name of the game and select the language.<br> Write the name of the game and select the language.<br>
The name must _exactly_ match the name of the game on twitch.tv The name must _exactly_ match the name of the game on twitch.tv
i.e. csgo must be "Counter-Strike: Global Offensive". i.e. csgo must be "Counter-Strike: Global Offensive".<br><br>
</p> <b>IRL is back!</b> Sort of.<br>
<form method="get" action="./"> You can type <b>IRL</b> in game field and it will output streams from
<table class="Input"> <i>Just Chatting</i>, <i>Travel & Outdoors</i>, etc...
<tbody> </p>
<tr> <form method="get" action="./">
<td> <table class="Input">
<label>Game </label> <tbody>
</td> <tr>
<td> <td>
<label>Language </label> <label>Game </label>
</td> </td>
</tr> <td>
<tr> <label>Language </label>
<td> </td>
<input name="game" type="text" maxlength="255" value=""/> </tr>
</td> <tr>
<td> <td>
<select class="element select medium" name="lang"> <input name="game" type="text" maxlength="255" value=""/>
{_opt_langs_} </td>
</select> <td>
</td> <select class="element select medium" name="lang">
<td> {_opt_langs_}
<input type="submit" value="Search" /> </select>
</td> </td>
</tr> <td>
</tbody> <input type="submit" value="Search" />
</table> </td>
</form> </tr>
</article> </tbody>
</table>
</section> </form>
<footer> </article>
<p>
Developed by Alex Vanin | <a href="https://twitter.com/AlexVanin" target="_blank">twitter</a> | </section>
<a href="https://github.com/AlexVanin/fleast" target="_blank">github</a><br> <footer>
Version: {_version_} <p>
</p> Developed by Alex Vanin | <a href="https://twitter.com/AlexVanin" target="_blank">twitter</a> |
</footer> <a href="https://github.com/AlexVanin/fleast" target="_blank">github</a><br>
</body> Version: {_version_}
</p>
</html> </footer>
</body>
</html>