mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 17:15:45 +00:00
Get far on package manager
This commit is contained in:
14
Templates/emptyweb/components/shell.tcrml
Normal file
14
Templates/emptyweb/components/shell.tcrml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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?>
|
||||
Reference in New Issue
Block a user