Skip to content

Instantly share code, notes, and snippets.

@sritchie
Created November 7, 2011 01:04
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 sritchie/1343942 to your computer and use it in GitHub Desktop.
Save sritchie/1343942 to your computer and use it in GitHub Desktop.
<!doctype html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Browser-connected REPL</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="resources/public/cljs/bootstrap.js"></script>
</head>
<body>
<div id="content">
<script type="text/javascript">
goog.require('paddleguru.dev');
</script>
</body>
</html>
<!doctype html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Browser-connected REPL</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="content">
<script type="text/javascript" src="resources/public/cljs/bootstrap.js"></script>
<script type="text/javascript">
goog.require('paddleguru.dev');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment