2017-01-11 13:50:06 +01:00
<!DOCTYPE html>
< html >
2017-06-27 15:35:52 +02:00
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > DecAPI Docs< / title >
< link href = "https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cosmo/bootstrap.min.css" rel = "stylesheet" integrity = "sha384-h21C2fcDk/eFsW9sC9h0dhokq5pDinLNklTKoxIZRUn3+hvmgQSffLLQ4G4l2eEr" crossorigin = "anonymous" >
< link href = "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel = "stylesheet" integrity = "sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin = "anonymous" >
< style media = "screen" >
body {
padding-bottom: 80px;
}
.fa-heart {
color: #be1931;
}
#back-to-top:hover {
cursor: pointer;
text-decoration: underline;
}
#description .list-group-item a {
font-weight: bold;
}
< / style >
< script >
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56279022-1', 'auto');
ga('send', 'pageview');
< / script >
< / head >
< body >
< div id = "app" > < / div >
2017-01-12 08:51:58 +01:00
2017-06-27 15:35:52 +02:00
< nav class = "navbar navbar-default navbar-fixed-bottom" role = "navigation" >
< div class = "container-fluid" >
< p class = "navbar-text" > Design & layout heavily inspired by < a href = "https://xpaw.me/" class = "navbar-link" > xPaw< / a > from their < a href = "https://lab.xpaw.me/steam_api_documentation.html" class = "navbar-link" > Steam Web API Documentation< / a > . Special thanks < i class = "fa fa-1x fa-heart" > < / i > < / p >
< / div >
< / nav >
< / body >
2017-01-11 13:50:06 +01:00
< / html >