@uiengine/cli
Version:
UIengine command line interface.
23 lines (19 loc) • 562 B
JavaScript
module.exports = title => `
<html class="<!-- uiengine:class -->">
<head>
<title><!-- uiengine:title --></title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- add your custom styles here:
<link href="/styles/my.css" rel="stylesheet">
-->
</head>
<body>
<!-- uiengine:content -->
<!-- add your custom scripts here:
<script src="/scripts/my.js"></script>
-->
<!-- uiengine:foot -->
</body>
</html>`