picture-processor-cljs/public/index.html

9 lines
129 B
HTML
Raw Normal View History

2016-01-12 11:59:07 +00:00
<html>
<head>
<script src="index.js" defer async></script>
</head>
<body>
<div id="app">hi</div>
</body>
</html>