This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/templates/root/index.html.ep

11 lines
321 B
Plaintext

% layout 'user';
% title 'Home';
% content_for javascript => begin
%= javascript '/static/user/js/home.js';
% end
<div>
<h1>Local Loop API Server</h1>
<p>If you have arrived here, you're either a developer or something has gone wrong! Oops!</p>
<a href="/admin" class="btn btn-primary">Go to Admin Login</a>
</div>