Privacy policy.
authorCameron Ball <c.ball1729@gmail.com>
Mon, 22 Dec 2014 17:55:02 +0000 (01:55 +0800)
committerCameron Ball <c.ball1729@gmail.com>
Mon, 22 Dec 2014 17:55:02 +0000 (01:55 +0800)
app/css/divinelegy.css
app/index.html

index da2b8cc..40a2e64 100644 (file)
@@ -310,4 +310,10 @@ a:hover {
 .difficulty.Novice {
     background: #d390dd;
     border: 2px solid #700893;
+}
+
+#privacy {
+    position: fixed;
+    bottom: 0;
+    right: 0;
 }
\ No newline at end of file
index 6cd75fa..f86f4de 100644 (file)
@@ -76,6 +76,8 @@
                 <div id="controlPanel" class="panel" user-menu></div>
             </div>
         </div>
+
+        <div id="privacy"><a href="http://divinelegy.com/privacy.pdf" target="_blank">Privacy Policy</a></div>
         <!-- <div>Angular seed app: v<span app-version></span></div> -->
     </body>
 </html>