16 lines
342 B
HTML
16 lines
342 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> |