Skip to content

Instantly share code, notes, and snippets.

@Fauntleroy
Created May 12, 2013 22:29
Show Gist options
  • Save Fauntleroy/5565184 to your computer and use it in GitHub Desktop.
Save Fauntleroy/5565184 to your computer and use it in GitHub Desktop.
A terse gist
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
body {
padding: 30px;
font-family: 'Roboto', sans-serif;
font-size: 13px;
line-height: 22px;
color: rgb( 25, 25, 25 );
}
a {
color: rgb( 85, 160, 255 );
text-decoration: none;
}
<h1>Welcome to Terse!</h1>
<p>Terse is a simple tool that lets you quickly prototype HTML/CSS/JS experiments in the browser. It uses <a href="http://gist.github.com" target="_blank">Gist</a> as a backend, so if you login with GitHub, all your experiments will be saved to your account. Terse is also open source, so feel free to submit a pull request or two <a href="https://github.com/Fauntleroy/terse" target="_blank">here</a>!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment