Created
July 28, 2019 02:28
-
-
Save hibuno/fd68eeb0f3d300f9d15dedaa8e88d9fd 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
<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