You can also use like-button tag directly in HTML:<body> <like-button /> </body>Add Omi in 30 SecondsYou can also quickly build omi projects using modern JS code:import { render, WeElement, tag, observe } from "omi" @observe @tag("my-counter") class MyCounter extends WeElement {...