scittle/plugins/demo/resources/public/index.html
2023-05-03 21:27:54 +02:00

15 lines
415 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/style.css">
<script src="/js/scittle.js" type="application/javascript"></script>
<script src="/js/scittle.datascript.js" type="application/javascript"></script>
<script type="application/x-scittle">
(require '[datascript.core :as d])
(prn (ns-publics 'datascript.core))
</script>
</head>
<body>
</body>
</html>