This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf/md_pdf/assets/templates/header.html

10 lines
213 B
HTML
Raw Normal View History

2017-03-28 21:59:11 +01:00
<!DOCTYPE html>
<html>
<head>
2017-05-03 14:10:11 +01:00
<link rel="stylesheet" href="../static/style.css" />
2017-03-28 21:59:11 +01:00
</head>
2017-05-03 14:10:11 +01:00
<body class="header">
<script type="text/javascript" src="../static/context.js"></script>
2017-03-28 21:59:11 +01:00
</body>
</html>