Skip to content

Commit

Permalink
Add zero-md based webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow authored Sep 23, 2024
1 parent 39d60b6 commit 9a662a2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<head>
<script type="module" src="https://cdn.jsdelivr.net/npm/zero-md@3?register"></script>
</head>
<body>
<zero-md src="README.md">
<template>
<!-- Github markdown styles (light/dark) -->
<link rel="stylesheet" media="(prefers-color-scheme:dark)" href="https://cdn.jsdelivr.net/npm/github-markdown-css@5/github-markdown.min.css" />

<!-- Highlightjs Github theme (prefers dark) -->
<link rel="stylesheet" media="(prefers-color-scheme:dark)" href="https://cdn.jsdelivr.net/npm/@highlightjs/cdn-assets@11/styles/github-dark.min.css" />
</template>
</zero-md>
</body>

0 comments on commit 9a662a2

Please sign in to comment.