aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/views/index.ejs
blob: d3d3d3aa4b75edd5ced19a529661ec2e92d9515e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
    <head>
        <title><%= title %></title>
        <link rel='stylesheet' href='/stylesheets/style.css' />
    </head>
    <body>
        <h1><%= title %></h1>
        <p>Welcome to <%= title %></p>
    </body>
</html>