Skip to content

Instantly share code, notes, and snippets.

@matthieua
Last active August 12, 2019 16:35
Show Gist options
  • Save matthieua/f2c5704f61be775825f93c3d79967709 to your computer and use it in GitHub Desktop.
Save matthieua/f2c5704f61be775825f93c3d79967709 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>JS Objects</title>
<style>
h1 {
color: #6443ea;
font-family: "PT Mono";
text-align: center;
}
</style>
</head>
<body>
<h1>🏀 JS Objects</h1>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment