summaryrefslogtreecommitdiff
path: root/views/index.ejs
blob: 957395c523dd5a24d954ced57de262e0a3fff0a8 (plain)
1
2
3
4
5
6
7
<%- include('partials/header'); %>

<h1>Welcome to SneedBay</h1>

<p>Making torrenting great again</p>

<%- include('partials/footer'); %>