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 >
< script src = "static/loader.js" > < / script >
< 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 09:42:43 +00:00
< meta name = "twitter:card" content = "summary" > < / meta >
2020-12-31 09:48:32 +00:00
< meta name = "twitter:site" content = "@SIBR_XVI" > < / meta >
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" >
< a href = "https://www.patreon.com/sixteen" class = "link" > Patreon< / a > < br / >
< a href = "https://github.com/Sakimori/matteo-the-prestige" class = "link" > Github< / a > < br / >
< a href = "https://twitter.com/SIBR_XVI" class = "link" > Twitter< / a > < br / >
< / 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 >
< / 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 >