Skip to content

Instantly share code, notes, and snippets.

@rsgranne
Last active February 15, 2024 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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">
<title>Untitled</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
</body>
</html>
@rsgranne
Copy link
Author

Removed “Document” from <title>

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