ERB Template for Rack server
This commit is contained in:
parent
d15a0c92ca
commit
a3f9f5598b
1 changed files with 20 additions and 0 deletions
20
lib/sapling/index.erb
Normal file
20
lib/sapling/index.erb
Normal 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>
|
Loading…
Reference in a new issue