Skip to content

Instantly share code, notes, and snippets.

@sirgalleto
Created October 14, 2016 21:29
Show Gist options
  • Save sirgalleto/5956eefa8af7f474df46ee299f98acde to your computer and use it in GitHub Desktop.
Save sirgalleto/5956eefa8af7f474df46ee299f98acde to your computer and use it in GitHub Desktop.
Chrome render fail
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
Hello
</title>
<style media="screen">
body {
background-color: #ffb949;
}
</style>
</head>
<body>
<h1>Hello</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment