Created
December 1, 2018 16:14
-
-
Save sabirkothiya/b12b782962fb24b833e3dfc57af8be59 to your computer and use it in GitHub Desktop.
Basic HTML5 boilerplate code to get you started.
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-GB"> | |
<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"> | |
<meta name="description" content=""> | |
<title>HyperText Markup Language 5 (HTML5)</title> | |
<link href="style.css" type="text/css" rel="stylesheet" title="Cascading Style Sheets" /> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment