2016-11-03 00:24:27 +01:00
< html >
< head >
< link rel = "stylesheet" href = "/css/main.css" >
< script type = "text/javascript" src = "/blogposts/blogposts.json" > < / script >
< script type = "text/javascript" src = "/js/main.js" > < / script >
2016-11-03 01:37:01 +01:00
2016-11-03 00:24:27 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2016-11-03 01:37:01 +01:00
< meta charset = "utf-8" >
2016-11-03 23:56:46 +01:00
< link rel = "shortcut icon" href = "favicon.png" > < / link >
2016-11-03 01:37:01 +01:00
2016-11-03 10:54:57 +01:00
< title > Teascade | $page$< / title >
2016-11-03 00:24:27 +01:00
< / head >
< body onload = "main('$page$')" >
< div class = "cont" >
< div class = "teacup" >
< img src = "/img/teascade_cropped.svg" > < / img >
< / div >
< div class = "stuffarea" >
< ul class = "navbar" >
< a href = "$relative_about$" id = "about-link" > < li > < div class = "button" > About< / div > < / li > < / a >
< a href = "$relative_games$" id = "games-link" > < li > < div class = "button" > Games< / div > < / li > < / a >
< a href = "$relative_blog$" id = "blog-link" > < li > < div class = "button" > Blog< / div > < / li > < / a >
< / ul >
< div id = "about" $ about_is_hidden $ >
$about_content$
< / div >
< div id = "games" $ games_is_hidden $ >
$games_content$
< / div >
< div id = "blog" $ blog_is_hidden $ >
$blog_content$
< / div >
< div id = "blogtext" $ blogtext_is_hidden $ >
2016-11-03 10:54:57 +01:00
< noscript >
< p > Oh sorry, it looks like someone sent you a link to a blogtext (or something), but you don't have javascript enabled!< / p >
< p > Sorry to be the one to break the bad news for you, but we don't take javascript-absolutists kindly this 'round 'o town. So if you could kindly just press that "About" button and forget this ever happened, yeah?< / p >
< / noscript >
2016-11-03 00:24:27 +01:00
< / div >
< / div >
< / div >
< / body >
< / html >