]> git.0d.be Git - nanofun.git/commitdiff
add link to source code
authorFrédéric Péters <fpeters@0d.be>
Sun, 19 Feb 2017 16:28:14 +0000 (17:28 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 19 Feb 2017 16:28:14 +0000 (17:28 +0100)
index.html
nanofun.css

index 47bb7293052083ce7a217d07a39400b3829b35ff..dfbdbf3a8f75a2fe6ae457d914cd0c10a0c3dd74 100644 (file)
@@ -28,5 +28,6 @@
   <div id="msg"></div>
   <div id="midiinputs"></div>
   <div id="midioutputs"></div>
+  <div id="gitclone">Source code at <a href="https://git.0d.be/?p=nanofun.git">https://git.0d.be/?p=nanofun.git</a></div>
  </body>
 </html>
index e9215ad195cbb5fb5291aa1675c7692411197154..e4e97e3b4b9a356b04cc42b244a7965f25b497d0 100644 (file)
@@ -47,3 +47,10 @@ div.nanotouch span.duration {
   bottom: 1ex;
   right: 1ex;
 }
+
+div#gitclone {
+  font-size: 12px;
+  position: absolute;
+  bottom: 1ex;
+  right: 1ex;
+}