aboutsummaryrefslogtreecommitdiff
path: root/blog.template.html
blob: 7d4789396a2cd1a7fe36887836abf514a5f0abbb (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>
        <link rel="stylesheet" type="text/css" href="../style.css"/>
        <meta charset="utf-8"/>
	<link rel="icon" type="image/png" href="../favicon.png" />
    </head>

    <body>
        <div id="page-wrapper">
        <!--BLOG-->
        </div>

        <footer>
            <!--TODO-->
        <footer>
    </body>
</html>