master
E. Almqvist 3 years ago
parent fb64476b31
commit baf3b0458b
  1. 8
      wesweb01/webbserver_test/app.rb
  2. 2
      wesweb01/webbserver_test/public/test.html

@ -34,3 +34,11 @@ get("/fruits") do
response = "<ul>#{listitems}</ul>" response = "<ul>#{listitems}</ul>"
return response return response
end end
get("/hello") do
return "Hello!"
end
get("/hej") do
redirect to("/hello")
end

@ -1,3 +1,5 @@
<h1> Hej jag är en hemsida </h1> <h1> Hej jag är en hemsida </h1>
<p>Texta hiodfhsdiof hiosdhf iosdhfiosdhiof</p> <p>Texta hiodfhsdiof hiosdhf iosdhfiosdhiof</p>
<h2>$TITLE</h2> <h2>$TITLE</h2>
<a target="_self" href="/fruits">FRUITS</a>

Loading…
Cancel
Save