diff options
author | Guillermo Ramos | 2020-02-14 12:54:07 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-14 12:54:07 +0100 |
commit | 839544751d5c40ffeb2f5987d6b92a13edf2a9e9 (patch) | |
tree | 1c48ebbd8620071d78188fa457bf7b09582ffd49 /lib/waev_web/templates/layout/app.html.eex | |
parent | 748691542da6de9fbdc6d761270b0f0a3c21ebed (diff) | |
download | waev-839544751d5c40ffeb2f5987d6b92a13edf2a9e9.tar.gz |
Font awesome (for pagination bar)
Diffstat (limited to 'lib/waev_web/templates/layout/app.html.eex')
-rw-r--r-- | lib/waev_web/templates/layout/app.html.eex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/waev_web/templates/layout/app.html.eex b/lib/waev_web/templates/layout/app.html.eex index 0b81432..72e0142 100644 --- a/lib/waev_web/templates/layout/app.html.eex +++ b/lib/waev_web/templates/layout/app.html.eex @@ -6,6 +6,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Waev ยท Phoenix Framework</title> <link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/fontawesome.min.css" /> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/solid.min.css" /> <%= csrf_meta_tag() %> </head> <body> |