Files
crosslangextras/Templates/emptyweb/components/shell.tcrml
2025-04-29 05:05:34 -05:00

14 lines
271 B
Plaintext

<?component(body) name="Shell" ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello, world</title>
</head>
<body>
<?body?>
<?end?>
</body>
</html>
<?end?>