2018-04-20 04:44:15 +02:00
<!DOCTYPE html>
< html >
< head >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta name = "title" content = "Teascade" >
< meta name = "description" content = "The games I've done with other people." >
< meta charset = "utf-8" >
< meta name = "robots" content = "all" >
< meta name = "google-site-verification" content = "xMTesqfhCjQW48l2C5bOqYK6HsOXJORfF4gW_tkjBMo" / >
< meta property = "og:title" content = "Teascade | Saltosion" >
< meta property = "og:site_name" content = "Teascade" >
< meta property = "og:type" content = "website" >
< meta property = "og:description" content = "The games I've done with other people." >
< meta property = "og:image" content = "/img/favicon.png" >
< meta property = "og:image:secure_url" content = "/img/favicon.png" >
< meta property = "og:image:type" content = "image/png" >
< meta property = "og:image:width" content = "512" >
< meta property = "og:image:height" content = "512" >
< meta name = "twitter:site" content = "@teascade" >
< meta name = "twitter:creator" content = "@teascade" >
< meta name = "twitter:title" content = "Teascade | Saltosion" >
< meta name = "twitter:description" content = "The games I've done with other people." >
< meta name = "twitter:image" content = "/img/favicon.png" >
< script type = "text/javascript" src = "/js/default.js" > < / script >
2018-04-21 15:10:33 +02:00
< link rel = "stylesheet" href = "/css/default.css" > < link class = "" rel = "stylesheet" href = "/css/loadbar.css" > < link class = "" rel = "stylesheet" href = "/css/custom.css" > < script class = "" type = "application/javascript" src = "/js/loadbar.js" > < / script >
2018-04-20 04:44:15 +02:00
< link rel = "shortcut icon" href = "/img/favicon.png" > < / link >
< title > Teascade | Saltosion< / title >
< / head >
< body onload = "_default_js_main()" >
< div id = "loadbar" > < / div >
< div class = "container" >
< div class = "teacup" >
< img src = "/img/teascade_cropped.svg" > < / img >
< / div >
< div class = "content" >
< nav >
< ul >
< li >
< a href = "/" > About< / a >
< / li > < li >
< a href = "/games" > Games< / a >
< / li > < li >
< a href = "/blog" > Blog< / a >
< / li >
< / ul >
< / nav >
< article >
< h1 > Saltosion< / h1 >
< p > Saltosion is an organization founded by me, < a href = "/about" > Teascade< / a >
which I sometimes use, when collaborating with other devs and making
some art (and games sometimes)< / p >
< p > Saltosion also has a
< a href = "https://git.teasca.de/saltosion" > Selfhosted Git< / a > , < a href = "https://github.com/saltosion" > GitHub< / a > and an < a href = "https://saltosion.itch.io" > Itch.io< / a > so check them out!< / p >
< p > Here's also all the games made by Saltosion!< / p >
< p > < iframe class = "itch-embedded" frameborder = "0" src = "https://itch.io/embed/94673?linkback=true&bg_color=222&fg_color=fff&link_color=ff0091&border_color=303030"
width="552" height="167">< / iframe > < / p >
< p > By < a href = "/about" > Teascade< / a > and < a href = "https://neon.moe/" > Neonmoe< / a > < / p >
< / article >
< / div >
< / div >
< / body >
< / html >