Add web viewer workflow

This commit is contained in:
2024-05-30 08:44:30 +02:00
parent c18948b59c
commit 7847605153
4 changed files with 138 additions and 3 deletions

22
.github/web-viewer/index.html vendored Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
* {
font-family: monospace, monospace;
color: white;
background-color: #292929;
}
</style>
</head>
<body>
<h1>Table of contents</h1>
<!-- begin-toc -->
<!-- end-toc -->
</body>
</html>