Skip to content

Commit

Permalink
feat(public): create head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed May 23, 2023
1 parent 27becec commit b76248b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions public/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.min.css">
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
<script src="https://unpkg.com/github-corners/dist/embed.min.js" data-href="https://github.com/CORSmirror/corsmirror-cf" data-target="_blank" async defer></script>

0 comments on commit b76248b

Please sign in to comment.