@mr_hugo/boredom
Version:
Another boring JavaScript framework.
19 lines (14 loc) • 371 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>boreDOM palette</title>
<!-- The main entry point of the web app JS code -->
<script src="./static/main.js" type="module"></script>
</head>
<body>
<h1>Color Palette</h1>
<color-panel></color-panel>
</body>
</html>