This commit is contained in:
Michiel Borkent 2022-05-10 18:05:52 +02:00
parent d36b87cdee
commit 12b96602a3
4 changed files with 54 additions and 36 deletions

12
resources/public/dev.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/style.css">
<script src="js/scittle.js" type="application/javascript"></script>
<script src="js/scittle.nrepl.js" type="application/javascript"></script>
</head>
<body>
<h1>Scittle</h1>
<h2>What is this?</h2>
</body>
</html>