ERB Template for Rack server

This commit is contained in:
Bill Niblock 2017-10-28 22:08:38 -04:00
parent d15a0c92ca
commit a3f9f5598b

20
lib/sapling/index.erb Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sapling: Adventure Awaits!</title>
</head>
<body>
<div class="header">
<div><p>Sapling</p></div>
<div>
<a href="https://www.github.com/vagabondazulien/sapling">GitHub</a>
</div>
</div>
<div class="main">
<%= @tree.trunk %>
<div class="footer">
<div><p>Made with <3 by Nibz</p></div>
</div>
</body>