aboutsummaryrefslogtreecommitdiff
path: root/src/public/test.html
blob: b188db39a8c0fa505c6ed44e0c9381ee910d0b39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <title>Title</title>
    </head>
    <body>
        <h1>Home :)</h1>
        <% if (name) { %>
        <h1>hello, <%= name %>!</h1>
        <% } %>
    </body>
</html>