Initial commit

This commit is contained in:
Simon Brooke 2023-01-30 14:46:22 +00:00
commit 1404035193
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
8 changed files with 596 additions and 0 deletions

View file

@ -0,0 +1,2 @@
/* some style */

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="icon" href="https://clojurescript.org/images/cljs-logo-icon-32.png">
</head>
<body>
<div id="app">
<h2>Figwheel template</h2>
<p>Checkout your developer console.</p>
</div>
<script src="js/compiled/svd.js" type="text/javascript"></script>
</body>
</html>