picture-processor-cljs/public/index.html
2016-01-12 06:59:07 -05:00

9 lines
129 B
HTML

<html>
<head>
<script src="index.js" defer async></script>
</head>
<body>
<div id="app">hi</div>
</body>
</html>