A simple Whois server with a simple simple API and a front-end built with AngularJS.

styles.css 1013B

    @font-face { font-family: 'Orbitron'; font-style: normal; font-weight: 400; src: local('Orbitron'), url('/fonts/orbitron_medium') format('opentype'); } body { font-family: sans-serif; font-size: 14px; background: #dedede; } .info { width: 800px; margin: 0 auto 15px auto; padding: 15px; border: solid 1px #ccc; background-color: white; box-shadow: 0 0 5px rgba(0,0,0,0.2); } p.title { font-weight: bold; font-size: 1.1em; margin: 0 0 10px 0; padding-bottom: 3px; border-bottom: solid 1px #ccc; } .centered { margin-left: auto; margin-right: auto; } .domain-search { width: 610px; margin-top: 25px; margin-bottom: 40px; } .domain-input { float: left; width: 500px; } .domain-btn { float: left; margin-left: 15px; } h1 { margin-bottom: 40px;} h2 { margin-bottom: 20px; margin-top: 40px} h4 { margin-bottom: 15px; margin-top: 25px} .markdown-page { margin-bottom: 70px; } pre { padding: 0; } code { color: white; background-color: #2F2F2F; }