Files
go-rst/output.html
2024-11-01 21:12:50 -04:00

26 lines
452 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h1>
Welcome to My Documentation
</h1>
<h2>
Translations
</h2>
<p>
Welcome to My Documentation
This is a sample RST document that demonstrates translations.
Translations
</p>
<p>
Este texto será traducido
Some regular text here.
</p>
<p>
Otra sección traducible
</p>
</body>
</html>