Files
go-rst/output.html

26 lines
452 B
HTML
Raw Normal View History

2024-11-01 20:59:53 -04:00
<!DOCTYPE html>
<html>
2024-11-01 21:12:50 -04:00
<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>
2024-11-01 20:59:53 -04:00
</html>