We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a9036 commit 2e6ead0Copy full SHA for 2e6ead0
beeps.html
@@ -0,0 +1,7 @@
1
+<html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <script type="text/javascript" src="beeps.js"></script>
6
+ </body>
7
+</html>
beeps.js
index.md
@@ -0,0 +1,8 @@
+# CLJ Art Collective <3
+
+(the "<3" is pronounced "with a heart")
+## Clojurescript Sketches
+[squares](squares.html)
8
+[beeps](beeps.html)
squares.html
@@ -0,0 +1,15 @@
+ <style type="text/css">
+ .square {
+ width: 50px;
+ height: 50px;
+ border: 1px solid black;
+ float: left;
9
+ }
10
+ </style>
11
12
13
+ <script type="text/javascript" src="squares.js"></script>
14
15
squares.js
0 commit comments