change myapp header to pokemoncouture

This commit is contained in:
Lili (Tlapka) 2021-09-08 13:35:27 +02:00
parent 6e568c170a
commit 90d0f64f67
1 changed files with 1 additions and 1 deletions

View File

@ -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>