Skip to content

Instantly share code, notes, and snippets.

@lior-amsalem
Created July 16, 2022 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lior-amsalem/1caa252095833ed045f398ec36efe4b6 to your computer and use it in GitHub Desktop.
Save lior-amsalem/1caa252095833ed045f398ec36efe4b6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<div id="app">
<h1>Hello Vanilla!</h1>
<div class="app-wrapper">
We use the same configuration as Parcel to bundle this sandbox, you can find more
info about Parcel
<hr />
<div class="inner-block-card">
this is inner part of the div element
</div>
<a href="https://parceljs.org" target="_blank" rel="noopener noreferrer">here</a>.
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment