Skip to content

Instantly share code, notes, and snippets.

@kiprasmel
Created January 25, 2020 17:46
Show Gist options
  • Save kiprasmel/5dd139e64ceaceec09479ecfc5b36960 to your computer and use it in GitHub Desktop.
Save kiprasmel/5dd139e64ceaceec09479ecfc5b36960 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 Crash Course</title>
</head>
<body>
<header>
<h1>JS Crash Course</h1>
</header>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment