engored@0: <!DOCTYPE html> engored@0: <html> engored@0: <head> engored@0: <meta charset="utf-8"> engored@0: <meta name="viewport" content="width=device-width, initial-scale=1"> engored@0: <title></title> engored@0: <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/uikit/2.9.0/css/uikit.min.css"> engored@0: <style> engored@0: html { engored@0: font-size: 10pt; engored@0: margin-top: 30px; engored@0: } engored@0: body { engored@0: background: #1c1c1c; engored@0: color: white; engored@0: } engored@0: h1, h2, h3, h4, h5, h6 { engored@0: color: #5f5f5f; engored@0: } engored@0: .table-cheats { engored@0: color: #afaf87; engored@0: } engored@0: .table-cheats td:first-child { engored@0: padding-right: 10px; engored@0: vertical-align: top; engored@5: white-space: nowrap; engored@0: } engored@0: kbd, code { engored@0: font-weight: bold; engored@0: } engored@0: kbd { engored@0: color: #d7005f; engored@0: } engored@0: code { engored@0: color: #87ff00; engored@0: } engored@0: em { engored@0: color: #e97c02; engored@0: } engored@0: </style> engored@0: </head> engored@0: <body> engored@0: <div class="uk-margin-large-top uk-margin-large-right uk-margin-large-bottom uk-margin-large-left"> engored@0: {{ content }} engored@0: </div> engored@0: </body> engored@0: </html>