forked from pushkaraj2007/TechCreators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.06 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tech Creators — Best tech twitter creators, across the world.</title>
<link rel="stylesheet" href="styles/index.css" />
</head>
<body>
<nav>
<div></div>
<div class="input-div">
<img src="/assets/search.svg" alt="" />
<input
type="text"
class="search-input"
placeholder="Search for profile..."
/>
</div>
<div class="img-div">
<a class="twitter-img" href="https://twitter.com/pushkaraj2007">
<img src="/assets/twitter.png" alt="" />
</a>
<a href="https://github.com/pushkaraj2007/TechCreators">
<img class="github-img" src="/assets/github.png" alt="" />
</a>
</div>
</nav>
<div class="container">
<div class="all-profiles-div"></div>
</div>
</body>
<script src="scripts/app.js"></script>
</html>