mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-09 01:25:46 +00:00
14 lines
271 B
Plaintext
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?> |