2017-10-13 13:49:01 +00:00
<!doctype html>
< html lang = "en" class = "no-js" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "x-ua-compatible" content = "ie=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > FLeast< / title >
2017-10-15 13:55:12 +00:00
< link rel = "stylesheet" href = "/fleast/style.css" >
< link rel = "shortcut icon" href = "/fleast/favicon.ico" type = "image/png" >
2017-10-13 13:49:01 +00:00
< / head >
< body >
< section id = "header" >
< strong > < h1 > FLeast - your least favorite streamers here< / h1 > < / strong >
< / section >
< section id = "pageContent" >
< article >
< h2 > Usage:< / h2 >
2017-10-14 19:07:34 +00:00
< p > Write the name of the game and select the language.< br > The name must _exactly_ match the name of the game on twitch.tv i.e. csgo must be "Counter-Strike: Global Offensive".< / p >
2017-10-15 13:55:12 +00:00
< form method = "get" action = "/fleast" >
2017-10-13 13:49:01 +00:00
< table class = "Input" >
< tbody >
< tr >
< td > < label > Game < / label > < / td >
< td > < label > Language < / label > < / td >
< / tr >
< tr >
2017-10-13 17:51:33 +00:00
< td > < input name = "game" type = "text" maxlength = "255" value = "{_game_name_}" / > < / td >
2017-10-13 13:49:01 +00:00
< td > < select class = "element select medium" name = "lang" >
2017-10-14 19:07:34 +00:00
{_opt_langs_}
2017-10-13 13:49:01 +00:00
< / select >
< / td >
< td > < input type = "submit" value = "Search" / > < / td >
< / tr >
< / tbody >
< / table >
< / form >
< / p >
< / article >
< artivle >
2017-10-13 17:51:33 +00:00
< h2 > Found {_stream_num_} streams: < / h2 > < br >
2017-10-13 13:49:01 +00:00
< div class = "container" >
2017-10-13 17:51:33 +00:00
{_stream_list_}
2017-10-13 13:49:01 +00:00
< / div >
< / article >
< / section >
< footer >
2017-10-13 17:51:33 +00:00
< p > Developed by Alex Vanin | < a href = "https://twitter.com/AlexVanin" target = "_blank" > twitter< / a > | < a href = "https://github.com/AlexVanin/fleast" target = "_blank" > github< / a > < br >
Version: {_version_} < / p >
2017-10-13 13:49:01 +00:00
< / footer >
< / body >
< / html >