guestbook-ng/templates/layouts/default.html.ep

25 lines
464 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Guestbook-NG - <%= title %></title>
</head>
<body>
<center>
<h1>Guestbook-NG</h1>
<!-- Nav table -->
<table>
<tr>
<td><%= link_to View => 'index' %></td>
<td>&nbsp;</td>
<td><%= link_to Sign => 'sign' %></td>
</tr>
</table>
<%= content %>
<footer>
<p><i>Maximize your dynamic innovation using battle-tested deep
learning models.</i></p>
</footer>
</center>
</body>
</html>