chore: reorganizar estructura de archivos

- tambien he puesto los documentos en `doc` directamente para evitar el
  symlink
This commit is contained in:
2026-04-16 10:32:57 +02:00
parent 6632f40ad2
commit 25ea92193a
11 changed files with 51 additions and 40 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$title$</title>
<link href="res/style.css" rel="stylesheet">
</head>
<body> $body$ </body>
</html>