Skip to content

Instantly share code, notes, and snippets.

@codewithtyler
Created September 11, 2024 20:34
Show Gist options
  • Save codewithtyler/f3e29972ca1aa5692120846ceeae0470 to your computer and use it in GitHub Desktop.
Save codewithtyler/f3e29972ca1aa5692120846ceeae0470 to your computer and use it in GitHub Desktop.
A starter template to use for FreeCodeCamp tutorials
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment