Tweaked slide layout
[cipher-training.git] / slides / affine-break.html
index ddd81706e485395a8032b76b7e5968d38023f3b5..8a07978efa3a38e286e8f15a3787e36845de2621 100644 (file)
         color: #ff6666;
         text-shadow: 0 0 20px #333;
         padding: 2px 5px;
+      }
+      .indexlink {
+        position: absolute;
+        bottom: 1em;
+        left: 1em;
       }
        .float-right {
         float: right;
@@ -53,6 +58,12 @@ b | e | h | k | n | q | t | w | z | c | f | i | l | o | r | u | x | a | d | g |
 
 ---
 
+layout: true
+
+.indexlink[[Index](index.html)]
+
+---
+
 # Duplicate and extend your `caesar_break()` function
 
 * How to cycle through all the keys?