You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
558 B
14 lines
558 B
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
|
<meta name="csrf-token" content={get_csrf_token()}>
|
||
|
<.live_title suffix=" · Phoenix Framework"><%= assigns[:page_title] || "Chirp" %></.live_title>
|
||
|
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"}/>
|
||
|
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}></script>
|
||
|
</head>
|
||
|
<body class="bg-white antialiased">
|
||
|
<%= @inner_content %>
|
||
|
</body>
|
||
|
</html>
|