added static folder
switch to fancy css
This commit is contained in:
13
md2html/static/template.html
Normal file
13
md2html/static/template.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{css}
|
||||
</head>
|
||||
<body>
|
||||
{script}
|
||||
<article class="markdown-body">
|
||||
{content}
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user