Sunday, February 21, 2021

html boilerplat

Keywords: html boilerplate,html boilerplat,html codes,html main code,html main code example,html default example,html basic code,html basic page,html new page



<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8">

  <title>My Page Title</title>

  <meta name="description" content="My Page Description">

  <link rel="stylesheet" href="css/styles.css?v=1.0">

</head>

<body>

  <script src="js/scripts.js"></script>

</body>

</html>

No comments:

Post a Comment