Basic HTML5 Template: Use This HTML Boilerplate as a Starter for Any Web Dev Project

PHOTO EMBED

Thu Oct 21 2021 21:11:49 GMT+0000 (Coordinated Universal Time)

Saved by @akshay99 #html

<!DOCTYPE html>
<html lang="en">
  <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">
    <title>HTML 5 Boilerplate</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
	<script src="index.js"></script>
  </body>
</html>
content_copyCOPY

https://www.freecodecamp.org/news/basic-html5-template-boilerplate-code-example/