mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 03:21:48 +01:00
Add web viewer workflow
This commit is contained in:
22
.github/web-viewer/index.html
vendored
Normal file
22
.github/web-viewer/index.html
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user