Skip to content

Instantly share code, notes, and snippets.

@rsgranne
Last active December 26, 2024 22:05
Show Gist options
  • Save rsgranne/e5a9c5706679bfc5eb545537d09576ce to your computer and use it in GitHub Desktop.
Save rsgranne/e5a9c5706679bfc5eb545537d09576ce to your computer and use it in GitHub Desktop.
HTML5 template for Web dev courses
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<title>Untitled</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
</body>
</html>
@rsgranne
Copy link
Author

rsgranne commented Dec 26, 2024

Added blank lines inside <head>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment