12 lines
249 B
HTML
Vendored
12 lines
249 B
HTML
Vendored
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Malli instrument dev</title>
|
|
</head>
|
|
<body>
|
|
<div id="app">Open the devtools and connect a shadow-cljs repl.</div>
|
|
<script src="js/instrument/app.js"></script>
|
|
</body>
|
|
</html>
|