mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
18 lines
209 B
HTML
18 lines
209 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
{{#reload}}
|
|
<meta http-equiv="refresh" content="{{refresh_rate}}">
|
|
{{/reload}}
|
|
|
|
<title>{{title}}</title>
|
|
|
|
<body>
|
|
|
|
{{{resume}}}
|
|
|
|
</body>
|
|
{{{links}}}
|
|
</html>
|