Skip to content
Snippets Groups Projects
cooking.html 886 B
Newer Older
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width-device-width">
  <meta name="description" content="Articles and Blogs">
  <meta name="keywords" content="web design, fitness , meditation , professional, others">
  <meta name="author" content="Saif Ali">
  <title>Blogs| Welcome</title>
  <link rel="stylesheet" href="./css/style.css">
</head>
<header>
  <div class="container" >
    <div id="branding">
      <h1><span class="highlight">Articles</span> and Blogs</h1>
        </div>
      <nav>
        <ul>
          <li class="current"><a href="index.html">Home</a></li>
          <li><a href="About.html">About</a></li>
          <li><a href="Services.html">Services</a></li>
          <li><a href="login.html">Login</a></li>
        </ul>
      </nav>
    </div>
</header>
<body>
  
</body>
<footer>
  <p>Tech-Science Blog, Copyright &copy; 2019</p>
</footer>