@haxtheweb/create
Version:
CLI for all things HAX the web
18 lines (15 loc) • 418 B
HTML
<html lang="en">
<head>
<base href="/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="Description" content="Demonstration for <%= name %>">
<title><%= name %></title>
</head>
<body>
<h1><%= name %></h1>
<<%= name %>></<%= name %>>
<script type="module" src="./<%= name %>.js"></script>
</body>
</html>