From 1566a2fcba0676cf54dde2b04702a320d9f1edcd Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 4 Feb 2020 13:49:53 +0100 Subject: Initial commit --- lib/waev_web/templates/page/index.html.eex | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 lib/waev_web/templates/page/index.html.eex (limited to 'lib/waev_web/templates/page') diff --git a/lib/waev_web/templates/page/index.html.eex b/lib/waev_web/templates/page/index.html.eex new file mode 100644 index 0000000..8cbd9d8 --- /dev/null +++ b/lib/waev_web/templates/page/index.html.eex @@ -0,0 +1,35 @@ + + <%= gettext "Welcome to %{name}!", name: "Phoenix" %> + A productive web framework thatdoes not compromise speed or maintainability. + + + + + Resources + + + Guides & Docs + + + Source + + + v1.4 Changelog + + + + + Help + + + Forum + + + #elixir-lang on Freenode IRC + + + Twitter @elixirphoenix + + + + -- cgit v1.2.3
A productive web framework thatdoes not compromise speed or maintainability.