2016-11-02 16:25:57 +01:00
< html >
< head >
2016-11-03 00:24:27 +01:00
< 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 10:54:57 +01:00
< title > Teascade | blog< / title >
2016-11-02 16:25:57 +01:00
< / head >
< body onload = "main('blog')" >
< div class = "cont" >
< div class = "teacup" >
2016-11-03 00:24:27 +01:00
< img src = "/img/teascade_cropped.svg" > < / img >
2016-11-02 16:25:57 +01:00
< / div >
< div class = "stuffarea" >
< ul class = "navbar" >
2016-11-03 00:24:27 +01:00
< a href = "/" id = "about-link" > < li > < div class = "button" > About< / div > < / li > < / a >
< a href = "/games" id = "games-link" > < li > < div class = "button" > Games< / div > < / li > < / a >
< a href = "#" id = "blog-link" > < li > < div class = "button" > Blog< / div > < / li > < / a >
2016-11-02 16:25:57 +01:00
< / ul >
2016-11-03 00:24:27 +01:00
< div id = "about" class = "hiddenarea" >
2016-11-02 16:25:57 +01:00
< h1 > Teascade< / h1 >
2016-11-03 00:24:27 +01:00
< p > Teascade about file!< br >
This is a random link: < a href = "http://google.fi" > link< / a > < / p >
2016-11-02 16:25:57 +01:00
< / div >
2016-11-03 00:24:27 +01:00
< div id = "games" class = "hiddenarea" >
2016-11-02 16:25:57 +01:00
< h1 > Games< / h1 >
2016-11-03 00:24:27 +01:00
< p > Here I'm going to list all my games from my < a href = "https://teascade.itch.io" > itch.io< / a > < / p >
2016-11-02 16:25:57 +01:00
< / div >
2016-11-03 00:24:27 +01:00
< div id = "blog" >
2016-11-02 16:25:57 +01:00
< h1 > Blog< / h1 >
2016-11-03 00:24:27 +01:00
< p > Welcome to my weird and messy blog!< / p >
< noscript > < p >
I'm awfully sorry though, I tried my best, but I couldn't implement a blog system
without it taking a butt-load of space and files while being Non-Javascript friendly.
< p > So this means no blogs for you, M. No-Javascript!< / p >
< / p > < / noscript >
< / div >
< div id = "blogtext" class = "hiddenarea" >
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-02 16:25:57 +01:00
< / div >
< / div >
< / div >
< / body >
< / html >