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" >
< title > ⚾ The Blaseball Simsim< / title >
< / head >
< body >
< section class = "container" id = "container" >
< div > < / div >
2020-12-30 07:48:39 +00:00
< div id = "title" >
< h2 class = "page_header" > 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-29 00:48:50 +00:00
< / div >
< div > < / div >
< / section >
< / body >
< / html >