Last active
December 26, 2024 22:05
-
-
Save rsgranne/e5a9c5706679bfc5eb545537d09576ce to your computer and use it in GitHub Desktop.
HTML5 template for Web dev courses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Added blank lines inside <head>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added
<meta name="description" content="">