15 lines
462 B
HTML
15 lines
462 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<script src="js/scittle.js" type="application/javascript"></script>
|
|
<script>var SCITTLE_NREPL_WEBSOCKET_PORT = 1340;</script>
|
|
<script src="js/scittle.nrepl.js" type="application/javascript"></script>
|
|
<script type="application/x-scittle" src="cljs/nrepl_playground.cljs"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Scittle</h1>
|
|
<h2>What is this?</h2>
|
|
</body>
|
|
</html>
|