Files
curso/templates/about.page.tmpl
2024-04-16 12:16:17 -06:00

12 lines
236 B
Cheetah

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>This is de about page</h1>
</body>
</html>