sloane.sh/priv/site/layouts/root.html.eex

16 lines
239 B
Elixir
Raw Normal View History

2024-02-17 08:30:17 -05:00
<!DOCTYPE html>
<html>
<head>
<title>sloane.sh</title>
</head>
<body>
<header>
<nav>
<a href="/">home</a>
<a href="/about">about</a>
</nav>
</header>
<%= inner_content %>
</body>
</html>