Created
July 16, 2022 11:08
-
-
Save lior-amsalem/1caa252095833ed045f398ec36efe4b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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