Skip to content

Instantly share code, notes, and snippets.

@behnamazimi
Last active January 15, 2020 07:51
Show Gist options
  • Save behnamazimi/405db08f4f81793c38eda8921438f705 to your computer and use it in GitHub Desktop.
Save behnamazimi/405db08f4f81793c38eda8921438f705 to your computer and use it in GitHub Desktop.
Magical Subscribe Button
<div id="app"></div>
{
"scripts": [
"react",
"react-dom"
],
"styles": []
}
function App() {
return (
<div>
<h1>Hi</h1>
</div>);
}
ReactDOM.render(<App />, document.getElementById("app"));
body {
background-color: rgb(248, 248, 248);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment