From fcb2a082346054108f3f16cffe968450cf961976 Mon Sep 17 00:00:00 2001 From: href Date: Wed, 31 Jan 2018 20:36:42 +0100 Subject: import --- lib/lsg_web/templates/page/index.html.eex | 36 ++++++++++++++++++++++++++++++ lib/lsg_web/templates/page/widget.html.eex | 11 +++++++++ 2 files changed, 47 insertions(+) create mode 100644 lib/lsg_web/templates/page/index.html.eex create mode 100644 lib/lsg_web/templates/page/widget.html.eex (limited to 'lib/lsg_web/templates/page') diff --git a/lib/lsg_web/templates/page/index.html.eex b/lib/lsg_web/templates/page/index.html.eex new file mode 100644 index 0000000..0988ea5 --- /dev/null +++ b/lib/lsg_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

+ +
+ + +
diff --git a/lib/lsg_web/templates/page/widget.html.eex b/lib/lsg_web/templates/page/widget.html.eex new file mode 100644 index 0000000..efa382f --- /dev/null +++ b/lib/lsg_web/templates/page/widget.html.eex @@ -0,0 +1,11 @@ + + + + + + +"> + + + + -- cgit v1.2.3