guestbook-ng/templates/layouts/default.html.ep
2022-01-01 21:39:04 -05:00

29 lines
566 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Guestbook-NG - <%= title %></title>
<meta name="viewport" content= "width=device-width, initial-scale=1.0">
<%= asset 'swagg.css' %>
</head>
<body>
<div class="outer">
<h1 id="top">Guestbook-NG</h1>
<!-- Nav table -->
<nav>
<%= link_to View => 'index' %>
<%= link_to Sign => 'sign' %>
</nav>
<hr>
</div>
<div class="inner">
<%= content =%>
</div>
<div class="outer">
<footer>
<p>Maximize your dynamic innovation using battle-tested deep
learning models.</p>
</footer>
</div>
</body>
</html>