<!-- Hi, welcome to our next Common Sense Code Completion demo! --> <html> <head> <title>CSCC - Common Sense Code Completion</title> <meta name="description" content="browser based code completion"/> <link type="text/css" rel="stylesheet" href="/style.css"/> <script type="text/javascript" src="/script.js"></script> <style> body { margin: 20px; font-family: Segoe UI; font-size: 12px; } button { white-space: nowrap; } </style> </head> <body> <h1>Welcome to the CSCC demo.</h1> <p> Hello, my name is Martin Kool (@mrtnkl) and here's the demo of CSS code completion in CodeMirror. It's the next step in what we call "Common Sense Code Completion". </p> <p> Read our <a href="http://blog.quplo.com">blog</a> for more details. And if you're a webdesigner or developer, don't forget to sign up for the @quplo beta: </p> <form method="get" action="http://quplo.com/signup"> <input type="submit" value="Take me there! :-)"/> </form> </body> </html> <!-- Hope you enjoyed! -->