Added an empty Clojure/ClojureScript project, about to add a Lisp one.
This commit is contained in:
parent
d6eaa70a14
commit
78c15dbed6
7 changed files with 181 additions and 0 deletions
16
resources/public/index.html
Normal file
16
resources/public/index.html
Normal 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/ledit.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue