scittle/resources/public/index_text.html
Michiel Borkent dc11b26e60 wip
2025-08-13 11:47:15 +02:00

14 lines
314 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="js/scittle.js" type="application/javascript"></script>
<script src="js/scittle.cljs-devtools.js" type="application/javascript"></script>
<script type="application/x-scittle">
(js/console.log {:a 1})
</script>
</head>
<body>
</body>
</html>