Skip to content

Instantly share code, notes, and snippets.

@dopeboy
Created July 10, 2018 23:18
Show Gist options
  • Save dopeboy/5d94972219b9a26dde61c46155129135 to your computer and use it in GitHub Desktop.
Save dopeboy/5d94972219b9a26dde61c46155129135 to your computer and use it in GitHub Desktop.
YCC
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>About me</h1>
<p>My name is Manish Sinha and I'm an engineer.</p>
<h2>My favorite foods</h2>
<ol>
<li>Pizza</li>
<li>Ice cream</li>
</ol>
</body>
</html>
body {
background-color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment