mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 02:52:22 +01:00
23 lines
437 B
HTML
23 lines
437 B
HTML
<!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>
|