caddy-website/src/includes/docs-head.html

5 lines
244 B
HTML
Raw Normal View History

2020-01-24 12:47:52 -07:00
{{include "/includes/head.html"}}
<link rel="stylesheet" href="/resources/css/docs.css">
<script src="/resources/js/jquery-3.4.1.min.js"></script>
2020-02-26 14:47:13 -05:00
<script src="/resources/js/anchor.min.js"></script>
2020-01-24 12:47:52 -07:00
<script src="/resources/js/docs.js"></script>