Browse Source

added link to src repo

Fabian Peter Hammerle 5 years ago
parent
commit
391624f2c6
1 changed files with 19 additions and 0 deletions
  1. 19 0
      index.html

+ 19 - 0
index.html

@@ -57,6 +57,23 @@ function roll() {
 
 </script>
 
+<style>
+
+.src {
+    font-size: 0.64em;
+}
+
+.src a {
+    color: gray;
+    text-decoration: none;
+}
+
+.src a:hover {
+    text-decoration: underline;
+}
+
+</style>
+
 <p>
     dices
     <input type="text" id="dice_num" align="middle"
@@ -68,4 +85,6 @@ function roll() {
 
 <div id="rolls"></div>
 
+<p class='src'><a href='https://git.hammerle.me/fphammerle/dice'>src</a></p>
+
 </html>