Created
July 29, 2018 16:12
-
-
Save MBing/8f95906fd4397ca0e1251230a7efd9d0 to your computer and use it in GitHub Desktop.
My First Page // source http://jsbin.com/ponofeb
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> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>My First Page</title> | |
</head> | |
<body> | |
<h1 style="color: green">Hello Skillshare</h1> | |
<script id="jsbin-source-html" type="text/html"><!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>My First Page</title> | |
</head> | |
<body> | |
<h1 style="color: green">Hello Skillshare</h1> | |
</body> | |
</html> | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment