peepee
Version:
Visual Programming Language Where You Connect Ports Of One EventEmitter to Ports Of Another EventEmitter
32 lines (29 loc) • 1.07 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👹</text></svg>">
<title>Visual Programming Language</title>
<link rel="stylesheet" href="css/icons/bootstrap-icons.min.css">
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/styles.css">
<script type="importmap">
{
"imports": {
"widgets": "./modules/widgets/Widgets.js",
"elements": "./modules/elements/elements.js",
"events": "./modules/events/events.js",
"colors": "./modules/colors/colors.js",
"signals": "./modules/signals/signals.js",
"utils": "./modules/utils/utils.js",
"plugin": "./src/core/Plugin.js"
}
}
</script>
</head>
<body>
<subway-builder></subway-builder>
<script type="module" src="src/component.js"></script>
</body>
</html>