dmx-cli
Version:
scaffold for create component, toolkit, page and so on
20 lines (19 loc) • 513 B
HTML
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8"/>
<meta name="Cache-Control" content="private">
<title>react component</title>
<style media="screen">
body {
background-color: #e6e6e6;
}
</style>
</head>
<body>
<div id="app"></div>
<script src="/dist/app.js" charset="utf-8"></script>
</body>
</html>