aboutsummaryrefslogtreecommitdiff
path: root/base.ejs
blob: 4ddd46042a29ba3c0b08c6cd0f867f4cf958549c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
    <head>
        <title>cacharle</title>
        <meta charset="utf-8"/>
        <meta name="description" content="Charles Cabergs's website"/>
        <meta name="keywords"    content="Programming"/>
        <meta name="author"      content="Charles Cabergs"/>
        <meta name="viewport"    content="width=device-width, initial-scale=1.0"/>

        <link rel="stylesheet" type="text/css"  href="style.css"/>
	    <link rel="icon"       type="image/png" href="favicon.png" />
    </head>

    <body>
        <div id="page-wrapper">
            <%- include(pageFilename, {}) %>
        </div>
    </body>
</html>