HTML template

PHOTO EMBED

Fri Aug 12 2022 11:38:06 GMT+0000 (Coordinated Universal Time)

Saved by @fastoch #html

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Project_name</title>
    <link rel="icon" type="image/x-icon" href="favicon.ico">
    <link rel="stylesheet" href="style.css">
</head>

<body>
    <header>
      <nav>
      </nav>
    </header>
    <main>
      <section>
      </section>
    </main>
    <footer>
    </footer>
</body>

</html>
content_copyCOPY