2023-12-03 22:54:18 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" class="h-full antialiased">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="BoardWise - Level up your chess game with a world-class coach."
|
|
|
|
/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="csrf-token" content={get_csrf_token()} />
|
2023-12-12 19:22:53 +00:00
|
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
2023-12-03 22:54:18 +00:00
|
|
|
<title>BoardWise</title>
|
|
|
|
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
|
|
|
|
<script defer type="text/javascript" src={~p"/assets/react/main.js"}>
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body class="flex min-h-full flex-col text-base text-black">
|
|
|
|
<%= @inner_content %>
|
|
|
|
</body>
|
|
|
|
</html>
|