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/header.html

10 lines
210 B
HTML
Raw Normal View History

2017-03-28 21:59:11 +01:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
2017-03-31 18:25:03 +01:00
<script type="text/javascript" src="context.js"></script>
2017-03-28 21:59:11 +01:00
</head>
2017-03-31 18:25:03 +01:00
<body onload="subst()" class="header">
2017-03-28 21:59:11 +01:00
</body>
</html>