Skip to content

Instantly share code, notes, and snippets.

@MBing
Created July 29, 2018 16:12
Show Gist options
  • Save MBing/8f95906fd4397ca0e1251230a7efd9d0 to your computer and use it in GitHub Desktop.
Save MBing/8f95906fd4397ca0e1251230a7efd9d0 to your computer and use it in GitHub Desktop.
My First Page // source http://jsbin.com/ponofeb
<!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