Skip to content

Instantly share code, notes, and snippets.

@TomTasche
Created August 3, 2011 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TomTasche/1123633 to your computer and use it in GitHub Desktop.
Save TomTasche/1123633 to your computer and use it in GitHub Desktop.
Sample Bloki integration
<html>
<head>
<title>Bloki!</title>
<!-- It's *really* important to add these two lines *before* you add your own stylesheets!
Otherwise your style will break bad -->
<link href="http://bloki-engine.appspot.com/style/uservoice/horizontal_red.css"
rel="stylesheet" type="text/css" />
<script language='javascript'
src='http://bloki-engine.appspot.com/submit/submit.nocache.js'
type='text/javascript'></script>
<!-- Here goes your own stylesheet -->
<link type="text/css" rel="stylesheet" href="YOUR/STYLES">
</head>
<body>
Hey there!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment