@jsenv/cli
Version:
Command Line Interface for jsenv
28 lines (26 loc) • 692 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./jsenv_logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body {
background: lightblue;
}
#root {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>
<title>Jsenv web page</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./main.js"></script>
</body>
</html>