change myapp header to pokemoncouture
This commit is contained in:
parent
6e568c170a
commit
90d0f64f67
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<%= csrf_meta_tag() %>
|
||||
<%= live_title_tag assigns[:page_title] || "MyApp" %>
|
||||
<%= live_title_tag assigns[:page_title] || "PokemonCouture · Phoenix Framework" %>
|
||||
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
|
||||
<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue