diff --git a/public/default.css b/public/default.css new file mode 100644 index 0000000..cc3040f --- /dev/null +++ b/public/default.css @@ -0,0 +1,3 @@ +table { + border: 1px solid grey; +} diff --git a/public/index.html b/public/index.html deleted file mode 100644 index e74bb5f..0000000 --- a/public/index.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - Welcome to the Mojolicious real-time web framework! - - -

Welcome to the Mojolicious real-time web framework!

- This is the static document "public/index.html", - click here to get back to the start. - - diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 2993773..3fe121c 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -1,6 +1,9 @@ - <%= title %> + + <%= title %> + +
<%= content %>