forked from itscodenation/int-fanpage-18-19-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (43 loc) · 1.72 KB
/
index.html
File metadata and controls
47 lines (43 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title> KEHLANI </title>
<link type='text/css' rel='stylesheet' href='css/style.css' />
</head>
<body>
<h2 id="name">KEHLANI</h2>
<div class="navbar">
<ul class="nav">
<ol class="nav-item"><a href="index.html">Home</a></ol>
<ol class="nav-item"><a href="gallery.html"> Gallery</a></ol>
<ol class="nav-item"><a href="about.html">About</a></ol>
</ul>
</div>
<div class="main">
<img id="save" src="http://2ykov18qyj81ii56523ib0ue.wpengine.netdna-cdn.com/wp-content/uploads/2017/11/kehlani-sleeve-ink.jpg">
</div>
<div class="content">
</div>
<div class="footer">
<div class="social">
<ul>
<a href="lll">
<li class="social-image" href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/2000px-F_icon.svg.png">
</a>
<a href="kkk">
<li class="social-image" href="http://goinkscape.com/wp-content/uploads/2015/07/twitter-logo-final.png">
</a>
<a href="mmm">
<li class="social-image" href="https://instagram-brand.com/wp-content/uploads/2016/11/app-icon2.png">
</ul>
</a>
</div>
<div>
<p>Copyright 2018 ©</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>