Skip to content

Instantly share code, notes, and snippets.

@amitasaurus
Created May 2, 2024 05:23
Show Gist options
  • Save amitasaurus/9d6e9ce7e3b0c39debf5724fe8bbaea8 to your computer and use it in GitHub Desktop.
Save amitasaurus/9d6e9ce7e3b0c39debf5724fe8bbaea8 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate
<!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>HTML 5 Boilerplate</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment