2020-12-29 00:48:50 +00:00
< html lang = "en-US" >
< head >
< script src = "//code.jquery.com/jquery-3.5.1.min.js" > < / script >
< script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/socket.io/3.0.4/socket.io.js" > < / script >
2020-12-31 19:49:51 +00:00
< script type = "text/javascript" async src = "https://platform.twitter.com/widgets.js" > < / script >
2020-12-31 18:47:45 +00:00
< script type = "text/javascript" src = "static/loader.js" > < / script >
2020-12-29 00:48:50 +00:00
< link rel = "stylesheet" href = "/static/games_page.css" >
2020-12-31 03:12:28 +00:00
< title > ⚾ The Simmadome< / title >
2020-12-31 09:42:43 +00:00
< meta property = "og:title" content = "Watch at the Simmadome" / >
2020-12-31 03:12:28 +00:00
< meta property = "og:description" content = "The Simsim: Your players, your teams, your games." / >
2020-12-31 18:41:32 +00:00
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:site" content = "@SIBR_XVI" >
2020-12-29 00:48:50 +00:00
< / head >
< body >
2020-12-31 06:33:03 +00:00
< div id = "header" >
2020-12-31 07:27:39 +00:00
< div id = "link_div" >
2020-12-31 19:49:51 +00:00
< a href = "https://www.patreon.com/sixteen" class = "link" target = "_blank" rel = "noopener noreferrer" > Patreon< / a > < br / >
< a href = "https://github.com/Sakimori/matteo-the-prestige" class = "link" target = "_blank" rel = "noopener noreferrer" > Github< / a > < br / >
2020-12-31 22:56:08 +00:00
< a href = "https://twitter.com/intent/follow?screen_name=SIBR_XVI" class = "link" target = "_blank" rel = "noopener noreferrer" > Twitter< / a >
2020-12-31 07:27:39 +00:00
< / div >
2020-12-31 06:33:03 +00:00
< h2 class = "page_header" style = "font-size: 50px;" > THE SIMMADOME< / h2 >
< h2 class = "page_header" > Join SIBR on < a href = "https://discord.gg/UhAajY2NCW" class = "link" > < img src = "static/discord.png" height = "30" > < / a > to start your own games!< / h2 >
2020-12-31 22:56:08 +00:00
< div id = "filters" >
< div > Filter:< / div >
2021-01-02 06:52:51 +00:00
< button class = "filter" { % if not league % } id = "selected_filter" { % endif % } > All< / button >
{% if league %}< button class = "filter" id = "selected_filter" > {{ league }}< / button > {% endif %}
2020-12-31 22:56:08 +00:00
< / div >
2020-12-31 06:33:03 +00:00
< / div >
2020-12-29 00:48:50 +00:00
< section class = "container" id = "container" >
2020-12-30 08:08:32 +00:00
< div class = "emptyslot" > < / div >
< div class = "emptyslot" > < / div >
< div class = "emptyslot" > < / div >
2020-12-29 00:48:50 +00:00
< / section >
2020-12-30 20:10:29 +00:00
< div id = "footer" >
< div > < / div >
< / div >
2020-12-29 00:48:50 +00:00
< / body >
2020-12-31 03:12:28 +00:00
< / html >