diff options
author | Guillermo Ramos | 2015-02-05 17:40:53 +0100 |
---|---|---|
committer | Guillermo Ramos | 2015-02-05 17:40:53 +0100 |
commit | 3e18d13c523b9c537eb53f9b926ce9f2ff201fd9 (patch) | |
tree | 8efd723ac76b07db239d76849ac6ccd2d646dcd4 /templates/home.hamlet | |
parent | 92c6f13bbe48a47f932ac94677cd61f4c97ab090 (diff) | |
download | turing-web-3e18d13c523b9c537eb53f9b926ce9f2ff201fd9.tar.gz |
Examples
Diffstat (limited to 'templates/home.hamlet')
-rw-r--r-- | templates/home.hamlet | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/home.hamlet b/templates/home.hamlet index 9b429b5..6eb2991 100644 --- a/templates/home.hamlet +++ b/templates/home.hamlet @@ -1,9 +1,14 @@ <div class="container"> - <h1>Turing Machine simulator! + <h1>Turing Machine simulator <div class="row"> <div class="col-sm-12 col-md-12"> <div class="row"> <div class="col-sm-12 col-md-12"> + <p>Some examples: # + <a id="#{eHello}" href="#">Hello, # + <a id="#{eSub}" href="#">Unary substraction (5-2) + <div class="row"> + <div class="col-sm-12 col-md-12"> <pre id="#{prTape}"> <div class="row"> <div class="col-sm-12 col-md-12"> |