Created
July 8, 2019 13:05
-
-
Save SmolinPavel/88fabce16d72a4d7f1eec28924c7fef7 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
<html> | |
<head> | |
<style> | |
body style { | |
display: block; | |
} | |
</style> | |
</head> | |
<body> | |
<style contenteditable> | |
p { | |
color: green; | |
} | |
</style> | |
<div> | |
<h1>some title</h1> | |
<p>some text some text some text some text</p> | |
</div> | |
<script> | |
console.log("test"); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment