お知らせ:076はゲーム開発スタジオとなる為、4月2日をもって076萌SNS及び076萌Mitraのサービスを終了致します。諏訪子様は、新しいスタッフ専用のMitraインスタンスで引き続きフォロー出来ます。

これまで076萌SNS又は076萌Mitraをご利用頂き、誠に有難う御座いました。
Code listing: function MyComponent ({name, SLOT, CLASS}) { return html` <div class='MyComponent ${CLASS}'> <h2>Hello ${name}, this is my component.</h2> <blockquote> ${SLOT} </blockquote> </div> <style> .MyComponent { padding: 1em; border: 1px solid cadetblue; } </style> ` } - 076萌SNS