-
Notifications
You must be signed in to change notification settings - Fork 0
/
twitter.html
38 lines (37 loc) · 1.2 KB
/
twitter.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
<html>
<head>
<title>SafeSocial</title>
<link rel="stylesheet" href="style.css"/>
</head>
<div>
<body>
<nav>
<div class="logo">
<a href="index.html">
<img src="safesocial.png"/></a>
</div>
<div class="navlinks">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
</nav>
<div class="twthead">
<h2 id="ss">SafeSocial</h2>
<h1 id="tt">Twitter</h1>
</div>
<div class="search">
<form action="" class="searchbar">
<input type="text"
placeholder="search hashtags"
name="search">
<button type="submit">
<img src="search-icon-png-9966.png"/>
</button>
</form>
</div>
</body>
</div>
</html>