Skip to content

Instantly share code, notes, and snippets.

@VJAI
Last active September 30, 2021 13:27
Show Gist options
  • Save VJAI/9466c5f2317c0f7aeb9d0938eb0539a0 to your computer and use it in GitHub Desktop.
Save VJAI/9466c5f2317c0f7aeb9d0938eb0539a0 to your computer and use it in GitHub Desktop.
HTML5 Startup Template
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page Title</title>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">\
<link rel="stylesheet" href="css/main.css" />
<link rel="icon" href="images/favicon.png" />
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment