-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 811 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<title>Text Icon Search</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/FontAwesome.css">
<link rel="stylesheet" href="css/Entypo.css">
<link rel='stylesheet' href='css/Style.css' />
</head>
<body>
<header>
<ul class='nav'>
<li class='fa fa-bars menu'></li>
<li class='fa fa-search search'>
<input type='text' id='searchIcons' placeholder='Search an icon' />
</li>
<a href='http://fortawesome.github.io/Font-Awesome/icons/' target='_blank' class='redirect fa fa-star-o'></a>
</ul>
</header>
<ul class='iconContainer'></ul>
</body>
<script src="Functions.js"></script>
</html>