Skip to content

Instantly share code, notes, and snippets.

@muhibbudins
Created July 28, 2019 02:28
Show Gist options
  • Save muhibbudins/fd68eeb0f3d300f9d15dedaa8e88d9fd to your computer and use it in GitHub Desktop.
Save muhibbudins/fd68eeb0f3d300f9d15dedaa8e88d9fd to your computer and use it in GitHub Desktop.
<script>
const Message = 'Hi there, welcome!'
</script>
<section class="section-wrapper">
<p>{Message}</p>
</section>
<style>
.section-wrapper {
color: #888;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment