This repository has been archived on 2025-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
layc/examples/views/blank.html

10 lines
132 B
HTML
Raw Normal View History

2024-03-28 07:07:58 +00:00
<!DOCTYPE html>
2024-04-01 22:20:23 +01:00
<html lang="<[locale || "en"]>">
2024-03-28 07:07:58 +00:00
<head>
2024-04-01 22:20:23 +01:00
<title><[title]></title>
2024-03-28 07:07:58 +00:00
</head>
<body>
2024-04-01 22:20:23 +01:00
<[content]>
2024-03-28 07:07:58 +00:00
</body>
</html>