Created
September 7, 2021 08:12
-
-
Save 600drive/d72b32348ccec62156776b0f3dcacc83 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/rivujucudu
This file contains 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> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
console.log('Hello World'); | |
</style> | |
</head> | |
<body> | |
Effectiveness | |
<script id="jsbin-javascript"> | |
console.log('Hello World'); | |
</script> | |
<script id="jsbin-source-css" type="text/css">console.log('Hello World'); | |
</script> | |
<script id="jsbin-source-javascript" type="text/javascript">console.log('Hello World'); | |
</script></body> | |
</html> |
This file contains 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
console.log('Hello World'); |
This file contains 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
console.log('Hello World'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment