Commit 85e793f0 by abalsh

Added Header to Body with some changes.

parent a2110e99
Showing with 40 additions and 11 deletions
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Best Currency Exchange website ever</title>
<meta charset="UTF-8">
<meta name="description" content="Currency Exchange Website">
<link rel= "stylesheet" href="main.css"> <!--Not to be used yet-->
<title></title>
<meta name="description" content="">
<meta name="author" content="">
</head>
<body>
<link rel="stylesheet" href="">
<script src="js/script.js"></script> <!-- Not to be used yet.-->
</head>
<body>
<script src=""></script>
</body>
<header class="header">
<div>
<div class="header-social">
<p>Follow us:</p>
<a href="#"><i class="pinterest"></i></a>
<a href="#"><i class="facebook"></i></a>
<a href="#"><i class="twitter"></i></a>
</div>
</div>
<div>
<!-- site logo -->
<a href="index.html" class="site-logo">
<img src="./img/logo.png" alt=""> <!-- TO DO: Logo to be added.-->
</a>
<nav>
<!-- Menu -->
<ul class="Nav Menu">
<li><a href="index.html">Home</a></li>
<li><a href="currencyconvert.html">Fiat Convert</a></li>
<li><a href="cryptoconvert.html">Crypto Convert</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- Header section end -->
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment