github.com/koron/hk@v0.0.0-20150303213137-b8aeaa3ab34c/hkdist/public/index.html (about) 1 <!doctype html> 2 <html> 3 <head> 4 <meta charset='utf-8'> 5 <title>hk</title> 6 <meta content='Heroku command-line tool.' name='description'> 7 <link href='https://nav.heroku.com/images/logos/favicon.ico' rel='icon' type='image/x-icon'> 8 <style> 9 :root { 10 background: #1B1B24; 11 text-align: center; 12 color: #fff; 13 } 14 15 h1 { 16 font-family: Monaco, monospace; 17 font-size: 18px; 18 margin-top: 40px; 19 } 20 21 code { 22 font-family: Monaco, monospace; 23 font-size: 14px; 24 background: #111116; 25 display: block; 26 padding: 8px 22px; 27 line-height: 1.7em; 28 overflow: hidden; 29 color: #8487AF; 30 white-space: pre; 31 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02), 0 1px 2px rgba(0, 0, 0, 0.25) inset; 32 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02), 0 1px 2px rgba(0, 0, 0, 0.25) inset; 33 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02), 0 1px 2px rgba(0, 0, 0, 0.25) inset; 34 text-align: left; 35 color: #8487AF; 36 -webkit-border-radius: 18px; 37 -moz-border-radius: 18px; 38 -ms-border-radius: 18px; 39 -o-border-radius: 18px; 40 border-radius: 18px; 41 margin-top: 40px; 42 margin-left: auto; 43 margin-right: auto; 44 width: 815px; 45 } 46 47 a:link, a:visited, a:active { 48 color: #9782FF; 49 text-decoration: none; 50 } 51 </style> 52 </head> 53 <body> 54 55 <h1>hk</h1> 56 57 <code>L=/usr/local/bin/hk && curl -sL -A "`uname -sp`" https://hk.heroku.com/hk.gz | zcat >$L && chmod +x $L 58 </code> 59 60 </body> 61 </html>