diff options
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"> |