From 033d07a519bac03fdfd28ca15e09cc287e80fd14 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 24 Jan 2017 17:09:18 +0100 Subject: Initial commit with non-functional pieces of code about file upload --- web/templates/page/index.html.eex | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 web/templates/page/index.html.eex (limited to 'web/templates/page/index.html.eex') diff --git a/web/templates/page/index.html.eex b/web/templates/page/index.html.eex new file mode 100644 index 0000000..8ff4b81 --- /dev/null +++ b/web/templates/page/index.html.eex @@ -0,0 +1,36 @@ +
+

<%= gettext "Welcome to %{name}", name: "Phoenix!" %>

+

A productive web framework that
does not compromise speed and maintainability.

+
+ +
+
+

Resources

+ +
+ + +
-- cgit v1.2.1