Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
abalsh
/
Garlix
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
85e793f0
authored
Feb 20, 2019
by
abalsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Header to Body with some changes.
parent
a2110e99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
11 deletions
index.html
index.html
View file @
85e793f0
<!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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment