Skip to content

Instantly share code, notes, and snippets.

@jackschaedler
Last active August 29, 2015 13:57
ClojureScript + Node-Webkit App index.html
<html>
<head>
<title>ClojureScript + Node-Webkit App</title>
</head>
<body>
<div id="fillMeFromClojureScript"></div>
<p/>
<div>
<form>
<input type="button" id="listenToMeFromClojureScript" value="Click Me!" />
</form>
</div>
<input id="fileDialog" type="file" />
<script type="text/javascript" src="./main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment