Skip to content

Instantly share code, notes, and snippets.

@quezo
Created February 5, 2012 04:17
Show Gist options
  • Save quezo/1742635 to your computer and use it in GitHub Desktop.
Save quezo/1742635 to your computer and use it in GitHub Desktop.
example
{"result":"<!doctype html>\n<html>\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<title>{{ TITLE }}<\/title>\n\n\t<style type=\"text\/css\">\n\t{{ CSS }}\n\t<\/style>\n<\/head>\n\n<body>\n\n\t{{{ HTML }}}\n\n\t<script src=\"{{{ JSLIB }}}\"><\/script>\n\t<script src=\"{{{ PREFIX }}}\"><\/script>\n\t<script>\n\t\tfunction __run() {\n\t\t\t{{{ JS }}}\n\t\t}\n\t<\/script>\n\n<\/body>\n\n<\/html>"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment